Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic update #611

Merged
merged 2 commits into from
Jul 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ status: true
dependencies:
config:
- node.type.announcement
_core:
default_config_hash: Dssk6_3sRlJ0urINRbHmfK7WCXlc3hHp1hVsZlAEv1w
id: node.announcement.promote
field_name: promote
entity_type: node
Expand Down
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: 904fa223-91d1-4699-b325-d068b93aaf6b
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ status: true
dependencies:
config:
- node.type.landing_page
_core:
default_config_hash: KZ4pDrGhkRiIo7Ee-E4HGZp7YPXKS_FLR0nLeUQ3P2U
id: node.landing_page.promote
field_name: promote
entity_type: node
Expand Down
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: 9d9c59d4-c4ce-432c-8c58-e4a09cad99d5
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
2 changes: 2 additions & 0 deletions conf/cmi/core.base_field_override.node.page.promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ status: true
dependencies:
config:
- node.type.page
_core:
default_config_hash: vdYkuvvyzCU3dFiOu7LULd-uZyENb_byNYidQVIZtXk
id: node.page.promote
field_name: promote
entity_type: node
Expand Down
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: 2f19a7b7-f49c-4c20-8dc8-0926de799d21
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 @@ -17,6 +17,8 @@ dependencies:
- path
- publication_date
- scheduler
_core:
default_config_hash: hhHaoVWPiqGGQ2qDbN-7sawAmvK_BCGWA2vwgIevwq4
id: node.landing_page.default
targetEntityType: node
bundle: landing_page
Expand Down Expand Up @@ -126,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: 2 additions & 0 deletions conf/cmi/core.entity_form_display.node.page.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ dependencies:
- path
- publication_date
- scheduler
_core:
default_config_hash: _RX52hwdyz48o4MBqyRPUVkop-Unt1rcPuPanpQ7ksk
id: node.page.default
targetEntityType: node
bundle: page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ 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:
- link
- options
- text
- user
_core:
default_config_hash: IHF-sP4Gq6tdTyWDxQDDEdLbHz3-QzklMNE1QA2mQU0
id: node.announcement.default
targetEntityType: node
bundle: announcement
Expand Down
Loading