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 #343

Merged
merged 1 commit into from
Apr 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
91 changes: 44 additions & 47 deletions composer.lock

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

4 changes: 3 additions & 1 deletion conf/cmi/core.base_field_override.node.news_item.promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ status: true
dependencies:
config:
- node.type.news_item
_core:
default_config_hash: TS9NjPg6-uY8Idgx7rFczAn-HeVNvQiQH0CvuHVQhH4
id: node.news_item.promote
field_name: promote
entity_type: node
Expand All @@ -14,7 +16,7 @@ required: false
translatable: true
default_value:
-
value: 1
value: 0
default_value_callback: ''
settings:
on_label: 'On'
Expand Down
4 changes: 3 additions & 1 deletion conf/cmi/core.entity_form_display.node.news_item.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ third_party_settings:
open: false
description: ''
required_fields: true
_core:
default_config_hash: RHDFf9pvwgV2FvoelXlH7dXXBoWkziCZI1FWuQS94k8
id: node.news_item.default
targetEntityType: node
bundle: news_item
Expand Down Expand Up @@ -198,9 +200,9 @@ content:
third_party_settings: { }
simple_sitemap:
weight: 10
region: content
settings: { }
third_party_settings: { }
region: content
status:
type: boolean_checkbox
weight: 14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ dependencies:
module:
- select2
- text
_core:
default_config_hash: HRJthBxvAGUBr6dtFdoppGlWcpwgHitZVOPkvRHm5sY
id: paragraph.service_list.default
targetEntityType: paragraph
bundle: service_list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ dependencies:
module:
- select2
- text
_core:
default_config_hash: ogViA6v_uJJcVnEC4WODDNOEoa7kRMpTgOVsUl_JD-g
id: paragraph.service_list_search.default
targetEntityType: paragraph
bundle: service_list_search
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ third_party_settings:
description: ''
required_fields: true
_core:
default_config_hash: qf1KLGPPrP7EP5sDnNxNfe9U91dKzpemSCOGVPcbg4E
default_config_hash: z42RJh-JCLjD7_9W4B9_irn3nWHvqfSJ9foobt51Wg4
id: paragraph.unit_search.default
targetEntityType: paragraph
bundle: unit_search
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- path
- readonly_field_widget
_core:
default_config_hash: 4fkGRxbQeGRr3luB0Vsmk2h2dr6IT1oZjHFvHzBx8vQ
default_config_hash: fBGDQ46DbT3UoCm-GrCSgq6Fd6pARcmF3BNBKxO-qaE
id: tpr_service.tpr_service.default
targetEntityType: tpr_service
bundle: tpr_service
Expand Down
Loading