blob: 6d987bc51dcd77121de73f9178fc2aeda5e865be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
langcode: en
status: true
dependencies:
config:
- field.storage.node.body
- node.type.club
module:
- text
id: node.club.body
field_name: body
entity_type: node
bundle: club
label: Body
description: ''
required: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
display_summary: true
field_type: text_with_summary
|