Migrate from field_body to body
This commit is contained in:
parent
b9ffd0bad6
commit
d7629f1b32
54 changed files with 78 additions and 136 deletions
28
config/sync/field.field.node.presentation.body.yml
Normal file
28
config/sync/field.field.node.presentation.body.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
uuid: 2763e469-0dfb-4d01-86e4-4fca0507df80
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.body
|
||||
- filter.format.basic_html
|
||||
- filter.format.markdown
|
||||
- node.type.presentation
|
||||
module:
|
||||
- text
|
||||
id: node.presentation.body
|
||||
field_name: body
|
||||
entity_type: node
|
||||
bundle: presentation
|
||||
label: Body
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
display_summary: true
|
||||
required_summary: false
|
||||
allowed_formats:
|
||||
- markdown
|
||||
- basic_html
|
||||
field_type: text_with_summary
|
Loading…
Add table
Add a link
Reference in a new issue