-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9839 from stefandoorn/docs/disable-admin-notifica…
…tions [Docs] How to disable admin notifications
- Loading branch information
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
docs/cookbook/configuration/disabling-admin-notifications.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
How to disable admin version notifications? | ||
=========================================== | ||
|
||
By default Sylius sends checks from the admin whether you are running the latest version. In case you are not | ||
running the latest version, a notification will be shown in the admin panel (top right). | ||
|
||
This guide will instruct you how to disable this check & notification. | ||
|
||
How to disable notifications? | ||
----------------------------- | ||
|
||
Add the following configuration to ``app/config/config.yml``. | ||
|
||
.. code-block:: yaml | ||
sylius_admin: | ||
notifications: | ||
enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
* :doc:`/cookbook/configuration/installation-commands` | ||
* :doc:`/cookbook/configuration/disabling-shop-admin-api` | ||
* :doc:`/cookbook/configuration/extending-bundles-other-em` | ||
* :doc:`/cookbook/configuration/disabling-admin-notifications` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters