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