From 92e5997b1c37c5224e68c6ef5c5ba562fcb57fec Mon Sep 17 00:00:00 2001 From: Maxime Doutreluingne Date: Sat, 14 Jan 2023 09:52:33 +0100 Subject: [PATCH] [Notifier] Fix typo OneSignal DSN --- notifier.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/notifier.rst b/notifier.rst index 040723bf6d9..4455fb563dc 100644 --- a/notifier.rst +++ b/notifier.rst @@ -38,7 +38,7 @@ The notifier component supports the following channels: services like Slack and Telegram; * :ref:`Email channel ` integrates the :doc:`Symfony Mailer `; * Browser channel uses :ref:`flash messages `. -* Push Channel sends notifications to phones and browsers via push notifications. +* :ref:`Push channel ` sends notifications to phones and browsers via push notifications. .. tip:: @@ -339,6 +339,8 @@ notification emails: ; }; +.. _notifier-push-channel: + Push Channel ~~~~~~~~~~~~ @@ -357,7 +359,7 @@ integration with these push services: Service Package DSN ============== ==================================== ================================================================================= Expo ``symfony/expo-notifier`` ``expo://Token@default`` -OneSignal ``symfony/one-signal-notifier`` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID''`` +OneSignal ``symfony/one-signal-notifier`` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID`` ============== ==================================== ================================================================================= .. versionadded:: 5.4