Apply self-updates of gleaning knowing about the comment field

This commit is contained in:
benjamin melançon 2019-09-24 08:01:51 -04:00
parent b5b339f64d
commit bff23f4b7a
4 changed files with 12 additions and 0 deletions

View file

@ -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

View file

@ -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: { }

View file

@ -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

View file

@ -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