Skip to content
Snippets Groups Projects

Resolve #3484735 "Move toolbar integration into separate module, deprecate existing ToolbarHandler service, and deprecate existing 'Toolbar Integration' functionality in favor of Drupal module architecture."

Merged Resolve #3484735 "Move toolbar integration into separate module, deprecate existing ToolbarHandler service, and deprecate existing 'Toolbar Integration' functionality in favor of Drupal module architecture."
Compare and
19 files
+ 439
34
Compare changes
  • Side-by-side
  • Inline

Files

@@ -36,6 +36,7 @@ environment_indicator.settings:
sequence:
type: string
label: 'Toolbar identifier'
deprecated: "The 'toolbar_integration' config schema is deprecated in environment_indicator:4.0.22 and and is removed from environment_indicator:5.0.0. Use submodules for integrations instead. See http://drupal.org/node/3526893."
favicon:
type: boolean
label: 'Show a colored favicon for environment'
Loading