Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] How to disable admin notifications #9839

Merged
merged 1 commit into from
Oct 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Docs] How to disable admin notifications
  • Loading branch information
stefandoorn committed Oct 17, 2018
commit 0b70ad83e4aafc9ed0eda3a21fbba3bc62340c8b
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``.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note to myself that it should be changed when merging to 1.3.


.. 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