Skip to content

Commit 431818e

Browse files
committed
Add field.storage.node.body.yml to wxt_ext_blog module to provide base field config
1 parent 7657ca4 commit 431818e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
langcode: en
2+
status: true
3+
dependencies:
4+
module:
5+
- node
6+
- text
7+
id: node.body
8+
field_name: body
9+
entity_type: node
10+
type: text_with_summary
11+
settings: { }
12+
module: text
13+
locked: false
14+
cardinality: 1
15+
translatable: true
16+
indexes: { }
17+
persist_with_no_fields: true
18+
custom_storage: false

0 commit comments

Comments
 (0)