Skip to content

Commit 7657ca4

Browse files
committed
Add field.field.node.blog_post.body.yml config to prevent install failure
1 parent 99b20f9 commit 7657ca4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
config:
5+
- field.storage.node.body
6+
- node.type.blog_post
7+
module:
8+
- text
9+
id: node.blog_post.body
10+
field_name: body
11+
entity_type: node
12+
bundle: blog_post
13+
label: Body
14+
description: ''
15+
required: false
16+
translatable: true
17+
default_value: { }
18+
default_value_callback: ''
19+
settings:
20+
display_summary: true
21+
required_summary: false
22+
allowed_formats: { }
23+
field_type: text_with_summary

0 commit comments

Comments
 (0)