blob: db74d788d8b1d5ab7760fc5e122e51772ba15939 (
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.testimonials
module:
- text
enforced:
module:
- testimonials
id: node.testimonials.body
field_name: body
entity_type: node
bundle: testimonials
label: Body
description: 'Description of testimonial given by the student '
required: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
display_summary: true
field_type: text_with_summary
|