Default to unpublished for articles
This commit is contained in:
parent
f31e4aac6c
commit
752a80326d
1 changed files with 22 additions and 0 deletions
22
config/sync/core.base_field_override.node.article.status.yml
Normal file
22
config/sync/core.base_field_override.node.article.status.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
uuid: df7cd0d9-09bc-4673-892c-8fa2c54c1530
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.article
|
||||||
|
id: node.article.status
|
||||||
|
field_name: status
|
||||||
|
entity_type: node
|
||||||
|
bundle: article
|
||||||
|
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
Reference in a new issue