Skip to content

Commit

Permalink
Merge pull request #3689 from CityOfBoston/develop
Browse files Browse the repository at this point in the history
(stage) AI Search, Project Tracker, Accessibility
  • Loading branch information
davidrkupton authored Nov 7, 2024
2 parents 2b123db + 3f6a1a6 commit 4f9e151
Show file tree
Hide file tree
Showing 212 changed files with 14,778 additions and 14,663 deletions.
3 changes: 3 additions & 0 deletions config/acquia_dev/config_ignore.settings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
_core:
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
ignored_config_entities:
- block.block.bos_theme_aienabledsearchbutton
- block.block.bos_theme_aienabledsearchbutton_2
- block.block.bos_theme_aienabledsearchform
- bos_city_score.settings
- bos_core.settings
- bos_emergency_alerts.settings
Expand Down
3 changes: 3 additions & 0 deletions config/acquia_prod/config_ignore.settings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
_core:
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
ignored_config_entities:
- block.block.bos_theme_aienabledsearchbutton
- block.block.bos_theme_aienabledsearchbutton_2
- block.block.bos_theme_aienabledsearchform
- bos_city_score.settings
- bos_core.settings
- bos_emergency_alerts.settings
Expand Down
3 changes: 3 additions & 0 deletions config/acquia_stage/config_ignore.settings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
_core:
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
ignored_config_entities:
- block.block.bos_theme_aienabledsearchbutton
- block.block.bos_theme_aienabledsearchbutton_2
- block.block.bos_theme_aienabledsearchform
- bos_city_score.settings
- bos_core.settings
- bos_emergency_alerts.settings
Expand Down
22 changes: 22 additions & 0 deletions config/default/core.base_field_override.node.project.promote.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: 7bde5382-c7f5-415e-939b-cdddc910ba34
langcode: en
status: true
dependencies:
config:
- node.type.project
id: node.project.promote
field_name: promote
entity_type: node
bundle: project
label: 'Promoted to front page'
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean
18 changes: 18 additions & 0 deletions config/default/core.base_field_override.node.project.title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
uuid: 4caac611-8361-4ca8-9113-14861a5db57f
langcode: en
status: true
dependencies:
config:
- node.type.project
id: node.project.title
field_name: title
entity_type: node
bundle: project
label: 'Project Name'
description: ''
required: true
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
field_type: string
Loading

0 comments on commit 4f9e151

Please sign in to comment.