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:
commit
d495bf0ee4
3 changed files with 13 additions and 18 deletions
|
@ -15,22 +15,17 @@ bundle: comment
|
|||
mode: default
|
||||
content:
|
||||
author:
|
||||
weight: -2
|
||||
weight: 0
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
comment_body:
|
||||
type: text_textarea
|
||||
weight: 11
|
||||
weight: 1
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
subject:
|
||||
type: string_textfield
|
||||
weight: 10
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden: { }
|
||||
hidden:
|
||||
subject: true
|
||||
|
|
|
@ -15,7 +15,7 @@ entity_type: node
|
|||
bundle: article
|
||||
label: Comments
|
||||
description: ''
|
||||
required: true
|
||||
required: false
|
||||
translatable: true
|
||||
default_value:
|
||||
-
|
||||
|
@ -29,7 +29,7 @@ default_value_callback: ''
|
|||
settings:
|
||||
default_mode: 1
|
||||
per_page: 50
|
||||
anonymous: 0
|
||||
form_location: false
|
||||
preview: 1
|
||||
anonymous: 1
|
||||
form_location: true
|
||||
preview: 0
|
||||
field_type: comment
|
||||
|
|
|
@ -29,7 +29,7 @@ default_value_callback: ''
|
|||
settings:
|
||||
default_mode: 1
|
||||
per_page: 50
|
||||
anonymous: 0
|
||||
form_location: false
|
||||
preview: 1
|
||||
anonymous: 1
|
||||
form_location: true
|
||||
preview: 0
|
||||
field_type: comment
|
||||
|
|
Loading…
Add table
Reference in a new issue