Migrate from field_body to body
This commit is contained in:
parent
b9ffd0bad6
commit
d7629f1b32
54 changed files with 78 additions and 136 deletions
|
@ -3,7 +3,7 @@ langcode: en
|
|||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.presentation.field_body
|
||||
- field.field.node.presentation.body
|
||||
- field.field.node.presentation.field_events
|
||||
- node.type.presentation
|
||||
module:
|
||||
|
@ -15,9 +15,9 @@ targetEntityType: node
|
|||
bundle: presentation
|
||||
mode: default
|
||||
content:
|
||||
field_body:
|
||||
body:
|
||||
type: text_default
|
||||
label: above
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue