|
@@ -4,6 +4,7 @@ status: true
|
|
|
dependencies:
|
|
|
config:
|
|
|
- field.storage.node.body
|
|
|
+ - filter.format.wysiwyg
|
|
|
- node.type.static
|
|
|
module:
|
|
|
- text
|
|
@@ -22,5 +23,6 @@ default_value_callback: ''
|
|
|
settings:
|
|
|
display_summary: true
|
|
|
required_summary: false
|
|
|
- allowed_formats: { }
|
|
|
+ allowed_formats:
|
|
|
+ - wysiwyg
|
|
|
field_type: text_with_summary
|