Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 92e5997

Browse filesBrowse files
mdoutreluingnejaviereguiluz
authored andcommitted
[Notifier] Fix typo OneSignal DSN
1 parent 362f027 commit 92e5997
Copy full SHA for 92e5997

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎notifier.rst

Copy file name to clipboardExpand all lines: notifier.rst
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The notifier component supports the following channels:
3838
services like Slack and Telegram;
3939
* :ref:`Email channel <notifier-email-channel>` integrates the :doc:`Symfony Mailer </mailer>`;
4040
* Browser channel uses :ref:`flash messages <flash-messages>`.
41-
* Push Channel sends notifications to phones and browsers via push notifications.
41+
* :ref:`Push channel <notifier-push-channel>` sends notifications to phones and browsers via push notifications.
4242

4343
.. tip::
4444

@@ -339,6 +339,8 @@ notification emails:
339339
;
340340
};
341341
342+
.. _notifier-push-channel:
343+
342344
Push Channel
343345
~~~~~~~~~~~~
344346

@@ -357,7 +359,7 @@ integration with these push services:
357359
Service Package DSN
358360
============== ==================================== =================================================================================
359361
Expo ``symfony/expo-notifier`` ``expo://Token@default``
360-
OneSignal ``symfony/one-signal-notifier`` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID''``
362+
OneSignal ``symfony/one-signal-notifier`` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID``
361363
============== ==================================== =================================================================================
362364

363365
.. versionadded:: 5.4

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.