Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-bot authored Jul 3, 2023
1 parent cb31d3c commit 37c9adf
Show file tree
Hide file tree
Showing 48 changed files with 263 additions and 59 deletions.
85 changes: 46 additions & 39 deletions composer.lock

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

24 changes: 24 additions & 0 deletions conf/cmi/core.base_field_override.node.announcement.status.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
uuid: f12c37e6-be51-4821-8e23-fb861010fc3b
langcode: en
status: true
dependencies:
config:
- node.type.announcement
_core:
default_config_hash: r22i8pbP859SWpdwmCB98aKCb1vHeMgmdBWNOsS_az0
id: node.announcement.status
field_name: status
entity_type: node
bundle: announcement
label: Published
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean
24 changes: 24 additions & 0 deletions conf/cmi/core.base_field_override.node.landing_page.status.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
uuid: 7c8aedf9-c896-49cf-910e-451b1f103bd9
langcode: en
status: true
dependencies:
config:
- node.type.landing_page
_core:
default_config_hash: ewmZbuO4KgD36Ka7QA-8tJ9jktJH-jQbTNMrkHfuQRc
id: node.landing_page.status
field_name: status
entity_type: node
bundle: landing_page
label: Published
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean
24 changes: 24 additions & 0 deletions conf/cmi/core.base_field_override.node.page.status.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
uuid: 2974a778-6ea5-40e2-899f-ad37c21aa6ad
langcode: en
status: true
dependencies:
config:
- node.type.page
_core:
default_config_hash: 0m4p2SiQag8S_hCuiUZt-3xis3qrOuBXCwKH51hF5lo
id: node.page.status
field_name: status
entity_type: node
bundle: page
label: Published
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,20 @@ dependencies:
- field.field.node.announcement.field_announcement_all_pages
- field.field.node.announcement.field_announcement_content_pages
- field.field.node.announcement.field_announcement_link
- field.field.node.announcement.field_announcement_service_pages
- field.field.node.announcement.field_announcement_type
- field.field.node.announcement.field_announcement_unit_pages
- node.type.announcement
module:
- hdbt_admin_tools
- link
- path
- publication_date
- scheduler
- select2
- text
_core:
default_config_hash: le2Wzlas0qZ9Bj-o6WlJbHDeisFrucs9F4B3VOK8t_w
id: node.announcement.default
targetEntityType: node
bundle: announcement
Expand Down Expand Up @@ -121,9 +126,9 @@ content:
third_party_settings: { }
simple_sitemap:
weight: 10
region: content
settings: { }
third_party_settings: { }
region: content
status:
type: boolean_checkbox
weight: 9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- publication_date
- scheduler
_core:
default_config_hash: 2UzmhcoLdP813geh94iPT1sXBgLAMVxYuUQcmTqnl5M
default_config_hash: hhHaoVWPiqGGQ2qDbN-7sawAmvK_BCGWA2vwgIevwq4
id: node.landing_page.default
targetEntityType: node
bundle: landing_page
Expand Down Expand Up @@ -128,9 +128,9 @@ content:
third_party_settings: { }
simple_sitemap:
weight: 10
region: content
settings: { }
third_party_settings: { }
region: content
status:
type: boolean_checkbox
weight: 12
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/core.entity_form_display.node.page.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- publication_date
- scheduler
_core:
default_config_hash: f5M5pHQck1Hx-L9w995ZeW8AoZtpOKtLtW6ZOy2ezro
default_config_hash: _RX52hwdyz48o4MBqyRPUVkop-Unt1rcPuPanpQ7ksk
id: node.page.default
targetEntityType: node
bundle: page
Expand Down
Loading

0 comments on commit 37c9adf

Please sign in to comment.