Re-export install configuration

Created on 6 June 2024, 22 days ago

Problem/Motivation

While working on the 4.x version of this module I was exporting configuration and found that my exported configuration is different from what ships with this module.

Steps to reproduce

Install drupal 10.2, install the 4.x version of environment indicator module
export config for this module drush config:get enviroment_indicator.settings
See

toolbar_integration:
  toolbar: toolbar
favicon: true

While what ships with this module is
https://git.drupalcode.org/project/environment_indicator/-/blob/4.x/conf...

toolbar_integration:
  - toolbar
favicon: true

Proposed resolution

Re-export the configuration and add it into the config/install folder.

Remaining tasks

Export config and add it in a merge request.

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Needs review

Version

4.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States trackleft2

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024