Skip to content

Commit

Permalink
Merge pull request #221 from USEPA/IN-553
Browse files Browse the repository at this point in the history
IN-553 Add Environment Indicators
  • Loading branch information
johnrockweilercgi authored Aug 31, 2021
2 parents 8c8da3a + bfaa3a3 commit c609ef2
Show file tree
Hide file tree
Showing 11 changed files with 108 additions and 27 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
"drupal/oembed_providers": "^1.1",
"drupal/entity_clone": "^1.0@beta",
"drupal/back_to_top": "^2.0",
"drupal/cshs": "^1.7"
"drupal/cshs": "^1.7",
"drupal/environment_indicator": "^4.0"
},
"require-dev": {
},
Expand Down
105 changes: 79 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions config/dev/environment_indicator.indicator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: Development
fg_color: '#ffffff'
bg_color: '#008450'
3 changes: 3 additions & 0 deletions config/dev/environment_indicator.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
toolbar_integration:
toolbar: '0'
favicon: true
3 changes: 3 additions & 0 deletions config/localhost/environment_indicator.indicator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: Localhost
fg_color: '#ffffff'
bg_color: '#3581d8'
3 changes: 3 additions & 0 deletions config/localhost/environment_indicator.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
toolbar_integration:
toolbar: '0'
favicon: true
3 changes: 3 additions & 0 deletions config/production/environment_indicator.indicator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name:
fg_color: '#ffffff'
bg_color: '#000000'
3 changes: 3 additions & 0 deletions config/production/environment_indicator.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
toolbar_integration:
toolbar: '0'
favicon: false
3 changes: 3 additions & 0 deletions config/staging/environment_indicator.indicator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: Development
fg_color: '#ffffff'
bg_color: '#efb700'
3 changes: 3 additions & 0 deletions config/staging/environment_indicator.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
toolbar_integration:
toolbar: '0'
favicon: true
3 changes: 3 additions & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module:
chosen_field: 0
chosen_lib: 0
ckeditor: 0
color: 0
comment: 0
conditional_fields: 0
config: 0
Expand Down Expand Up @@ -59,6 +60,8 @@ module:
entity_reference_revisions: 0
entity_reference_tree: 0
entity_view_group_bypass: 0
environment_indicator: 0
environment_indicator_ui: 0
epa_core: 0
epa_wysiwyg: 0
externalauth: 0
Expand Down

0 comments on commit c609ef2

Please sign in to comment.