Apply self-updates of gleaning knowing about the comment field
This commit is contained in:
parent
b5b339f64d
commit
bff23f4b7a
4 changed files with 12 additions and 0 deletions
|
@ -27,5 +27,10 @@ content:
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
|
comment_notify_settings:
|
||||||
|
weight: 1
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
subject: true
|
subject: true
|
||||||
|
|
|
@ -18,6 +18,11 @@ content:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
|
comment_notify_settings:
|
||||||
|
weight: 4
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
region: content
|
||||||
contact:
|
contact:
|
||||||
weight: 5
|
weight: 5
|
||||||
settings: { }
|
settings: { }
|
||||||
|
|
|
@ -35,5 +35,6 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
|
comment: true
|
||||||
field_upload: true
|
field_upload: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
|
|
@ -28,6 +28,7 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
|
comment: true
|
||||||
field_image: true
|
field_image: true
|
||||||
field_upload: true
|
field_upload: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue