Apply config changes from database updates
This commit is contained in:
parent
4e35f7c59f
commit
6212311c6a
115 changed files with 157 additions and 123 deletions
|
@ -5,13 +5,9 @@ dependencies:
|
|||
config:
|
||||
- comment.type.comment
|
||||
- field.storage.comment.comment_body
|
||||
- filter.format.markdown
|
||||
module:
|
||||
- allowed_formats
|
||||
- text
|
||||
third_party_settings:
|
||||
allowed_formats:
|
||||
allowed_formats:
|
||||
- markdown
|
||||
_core:
|
||||
default_config_hash: TmAKjNrJ7RR60YpqvJq_QqEewYe_S8Kd23n8VRCqiWs
|
||||
id: comment.comment.comment_body
|
||||
|
@ -24,5 +20,7 @@ required: true
|
|||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
settings:
|
||||
allowed_formats:
|
||||
- markdown
|
||||
field_type: text_long
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue