Merge branch '12-comments' into 'master'

"Restore better, built-in comment functionality to the site"

See merge request agaric/sites/geo!2
This commit is contained in:
mlncn 2019-08-31 01:34:10 +00:00
commit d495bf0ee4
3 changed files with 13 additions and 18 deletions

View file

@ -15,22 +15,17 @@ bundle: comment
mode: default mode: default
content: content:
author: author:
weight: -2 weight: 0
region: content region: content
settings: { }
third_party_settings: { }
comment_body: comment_body:
type: text_textarea type: text_textarea
weight: 11 weight: 1
settings: settings:
rows: 5 rows: 5
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
region: content region: content
subject: hidden:
type: string_textfield subject: true
weight: 10
settings:
size: 60
placeholder: ''
third_party_settings: { }
region: content
hidden: { }

View file

@ -15,7 +15,7 @@ entity_type: node
bundle: article bundle: article
label: Comments label: Comments
description: '' description: ''
required: true required: false
translatable: true translatable: true
default_value: default_value:
- -
@ -29,7 +29,7 @@ default_value_callback: ''
settings: settings:
default_mode: 1 default_mode: 1
per_page: 50 per_page: 50
anonymous: 0 anonymous: 1
form_location: false form_location: true
preview: 1 preview: 0
field_type: comment field_type: comment

View file

@ -29,7 +29,7 @@ default_value_callback: ''
settings: settings:
default_mode: 1 default_mode: 1
per_page: 50 per_page: 50
anonymous: 0 anonymous: 1
form_location: false form_location: true
preview: 1 preview: 0
field_type: comment field_type: comment