completed config files with static page content type and workflow
This commit is contained in:
22
config/install/field.field.node.static.body.yml
Normal file
22
config/install/field.field.node.static.body.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
uuid: d970af8a-ba35-43c4-8c50-392b372d74e1
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.body
|
||||
- node.type.static
|
||||
module:
|
||||
- text
|
||||
id: node.static.body
|
||||
field_name: body
|
||||
entity_type: node
|
||||
bundle: static
|
||||
label: Body
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
display_summary: true
|
||||
field_type: text_with_summary
|
||||
Reference in New Issue
Block a user