Move the config sync directory
This commit is contained in:
parent
b5d1dc7551
commit
4008f511f8
295 changed files with 2 additions and 29 deletions
22
config/core.base_field_override.node.page.status.yml
Normal file
22
config/core.base_field_override.node.page.status.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
uuid: 53062c70-7033-47b3-b2f0-eec60b1905cc
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.page
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue