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