Skip to content

Commit

Permalink
Merge pull request #9839 from stefandoorn/docs/disable-admin-notifica…
Browse files Browse the repository at this point in the history
…tions

[Docs] How to disable admin notifications
  • Loading branch information
pamil authored Oct 18, 2018
2 parents 9b7eae1 + 0b70ad8 commit e104b64
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/cookbook/configuration/disabling-admin-notifications.rst
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
1 change: 1 addition & 0 deletions docs/cookbook/configuration/map.rst.inc
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`
1 change: 1 addition & 0 deletions docs/cookbook/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Configuration
configuration/disabling-shop-admin-api
configuration/installation-commands
configuration/extending-bundles-other-em
configuration/disabling-admin-notifications

.. include:: /cookbook/configuration/map.rst.inc

Expand Down

0 comments on commit e104b64

Please sign in to comment.