Skip to content

Commit

Permalink
Merge pull request #3154 from CityOfBoston/DIG-2289
Browse files Browse the repository at this point in the history
DIG-2289 config refresh
  • Loading branch information
davidrkupton authored Aug 9, 2023
2 parents ab32dd9 + 7a478fa commit 8dc73f9
Show file tree
Hide file tree
Showing 98 changed files with 619 additions and 142 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ err.*.*
/**/settings/salesforce*
xdebug*.ini

# Ignore specific configuration files.
/config/**/samlauth.authentication.yml
config/**/key.key.iam_dir_sso_test_.yml

# Ignore Patterns if building.
/patterns
/patterns_old
Expand Down
8 changes: 8 additions & 0 deletions config/acquia_dev/devel.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
page_alter: false
raw_names: false
error_handlers:
- 0
rebuild_theme: false
devel_dumper: default
debug_logfile: 'temporary://drupal_debug.txt'
debug_pre: false
7 changes: 7 additions & 0 deletions config/acquia_prod/samlauth.user_roles.mapping.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
only_first_login: false
unassign_roles: { }
default_roles:
content_author: content_author
saml_attribute: ''
saml_attribute_separator: ''
value_map: { }
2 changes: 2 additions & 0 deletions config/default/config_split.config_split.acquia_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module:
masquerade: 0
salesforce_logger: 0
samlauth: 0
samlauth_user_roles: 0
stage_file_proxy: 0
syslog: 0
twig_xdebug: 0
Expand All @@ -35,6 +36,7 @@ complete_list:
- bos_sql.settings
- bos_theme.settings
- config_ignore.settings
- key.key.iam_dir_sso_test_
- mailsystem.settings
- mimemail.settings
- system.mail
Expand Down
5 changes: 5 additions & 0 deletions config/default/config_split.config_split.acquia_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,22 @@ module:
purge_ui: 0
recaptcha_v3: 0
redirect_domain: 0
samlauth: 0
samlauth_user_roles: 0
theme: { }
complete_list:
- bos_pdfmanager.settings
- bos_sql.settings
- bos_theme.settings
- config_ignore.settings
- key.key.iam_dir_sso_prod_
- mailsystem.settings
- mimemail.settings
- purge.logger_channels
- purge.plugins
- purge_queuer_coretags.settings
- samlauth.authentication
- samlauth_user_roles.mapping
- system.mail
- xmlsitemap.settings
- xmlsitemap_engines.settings
Expand Down
3 changes: 3 additions & 0 deletions config/default/config_split.config_split.acquia_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@ module:
purge_queuer_coretags: 0
purge_ui: 0
recaptcha_v3: 0
samlauth: 0
samlauth_user_roles: 0
theme: { }
complete_list:
- bos_pdfmanager.settings
- bos_sql.settings
- bos_theme.settings
- config_ignore.settings
- key.key.iam_dir_sso_test_
- mailsystem.settings
- mimemail.settings
- system.mail
Expand Down
2 changes: 2 additions & 0 deletions config/default/config_split.config_split.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module:
migrate: 0
salesforce_logger: 0
samlauth: 0
samlauth_user_roles: 0
stage_file_proxy: 0
syslog: 0
twig_xdebug: 0
Expand All @@ -32,6 +33,7 @@ complete_list:
- bos_sql.settings
- bos_theme.settings
- config_ignore.settings
- key.key.iam_dir_sso_test_
- mailsystem.settings
- mimemail.settings
- salesforce_logger.settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ default_value:
value: ''
format: plain_text
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ content:
region: content
settings:
title: CTA
title_plural: 'CTA''s'
title_plural: "CTA's"
edit_mode: closed
closed_mode: summary
autocollapse: all
Expand Down
13 changes: 11 additions & 2 deletions config/default/core.entity_view_display.media.document.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ content:
date_format: medium
custom_date_format: ''
timezone: ''
tooltip:
date_format: long
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { }
weight: 0
region: content
Expand All @@ -49,12 +58,12 @@ content:
settings:
image_link: ''
image_style: thumbnail
image_loading:
attribute: lazy
svg_attributes:
width: null
height: null
svg_render_as_image: true
image_loading:
attribute: lazy
third_party_settings: { }
weight: 1
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ content:
settings:
responsive_image_style: columns
image_link: ''
image_loading:
attribute: eager
third_party_settings:
fences:
fences_field_tag: none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ content:
settings:
responsive_image_style: featured_images
image_link: ''
image_loading:
attribute: eager
third_party_settings:
fences:
fences_field_tag: none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ content:
settings:
responsive_image_style: card_images_2w
image_link: ''
image_loading:
attribute: eager
third_party_settings:
fences:
fences_field_tag: none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ content:
settings:
responsive_image_style: card_images_3w
image_link: ''
image_loading:
attribute: eager
third_party_settings:
fences:
fences_field_tag: none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ content:
settings:
responsive_image_style: photo_bleed_images
image_link: ''
image_loading:
attribute: eager
third_party_settings:
fences:
fences_field_tag: none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ content:
settings:
responsive_image_style: hero_fixed_image_fields
image_link: ''
image_loading:
attribute: eager
third_party_settings:
fences:
fences_field_tag: none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ content:
settings:
responsive_image_style: intro_image_fields
image_link: ''
image_loading:
attribute: eager
third_party_settings:
fences:
fences_field_tag: none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ content:
settings:
responsive_image_style: logo_images
image_link: ''
image_loading:
attribute: eager
third_party_settings:
fences:
fences_field_tag: none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ content:
settings:
responsive_image_style: person_photos
image_link: ''
image_loading:
attribute: eager
third_party_settings:
fences:
fences_field_tag: none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ content:
settings:
responsive_image_style: topic_cards
image_link: ''
image_loading:
attribute: eager
third_party_settings:
fences:
fences_field_tag: none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ content:
settings:
responsive_image_style: pip_listing
image_link: ''
image_loading:
attribute: eager
third_party_settings:
fences:
fences_field_tag: none
Expand Down
13 changes: 11 additions & 2 deletions config/default/core.entity_view_display.media.image.thumbnail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ content:
date_format: date_format_normal_date
custom_date_format: ''
timezone: ''
tooltip:
date_format: long
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings:
fences:
fences_field_tag: div
Expand All @@ -41,12 +50,12 @@ content:
settings:
image_link: ''
image_style: media_fixed_width_250px
image_loading:
attribute: lazy
svg_attributes:
width: 250
height: null
svg_render_as_image: true
image_loading:
attribute: lazy
third_party_settings:
fences:
fences_field_tag: div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ content:
settings:
responsive_image_style: topic_listing
image_link: ''
image_loading:
attribute: eager
third_party_settings:
fences:
fences_field_tag: none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,15 @@ content:
date_format: date_format_long
custom_date_format: ''
timezone: America/New_York
tooltip:
date_format: long
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings:
fences:
fences_field_tag: none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ content:
marker_opacity:
weight: 0
settings:
opacity: !!float 1
opacity: 1.0
enabled: false
geolocation_marker_scroll_to_id:
weight: 0
Expand Down Expand Up @@ -534,6 +534,15 @@ content:
date_format: medium
custom_date_format: ''
timezone: ''
tooltip:
date_format: long
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings:
fences:
fences_field_tag: none
Expand Down
13 changes: 11 additions & 2 deletions config/default/core.entity_view_display.node.bh_update.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,12 +317,12 @@ content:
settings:
image_link: ''
image_style: 150_embedded_ckeditor
image_loading:
attribute: lazy
svg_attributes:
width: null
height: null
svg_render_as_image: true
image_loading:
attribute: lazy
third_party_settings:
fences:
fences_field_tag: div
Expand Down Expand Up @@ -452,6 +452,15 @@ content:
date_format: medium
custom_date_format: ''
timezone: ''
tooltip:
date_format: long
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings:
fences:
fences_field_tag: div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,15 @@ content:
date_format: long
custom_date_format: ''
timezone: ''
tooltip:
date_format: long
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings:
fences:
fences_field_tag: div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,15 @@ content:
date_format: date_format_medium
custom_date_format: ''
timezone: ''
tooltip:
date_format: long
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings:
fences:
fences_field_tag: div
Expand Down
Loading

0 comments on commit 8dc73f9

Please sign in to comment.