Change the colour of the admin menu according to whether you're using dev, staging, production etc.
(You can also add 'switcher' menu links, e.g. Open in dev, Open in Prod).
Notes:
- need to reset the cache after you've made changes [#2406619]
Change the colour of the admin menu according to whether you're using dev, staging, production etc.
(You can also add 'switcher' menu links, e.g. Open in dev, Open in Prod).
Notes:
- need to reset the cache after you've made changes [#2406619]
This module logs events and sends them to Sentry. Sentry is an open source application you can self-install, but also a free/paid SaaS version.
For a content management framework as complex as Drupal it's worth logging errors.
Tips:
Drupal benefits:
Selectively ignore configuration entries during an import - e.g. site settings / the system.maintenance message.
Tto actually export node content. An 8.x version has begun development:
composer require 'drupal/node_export:1.x-dev'
Lock all configuration changes via the admin UI - e.g. if you need to lockdown a production environment.
config_readonly now has a whitelist, added via an array in settings.php.