Add commenting to Basic Page
This commit is contained in:
parent
4ced023ac9
commit
a8dd6d35b3
1 changed files with 11 additions and 6 deletions
|
@ -15,17 +15,22 @@ bundle: comment
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
author:
|
author:
|
||||||
weight: 0
|
weight: -2
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
comment_body:
|
comment_body:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 1
|
weight: 11
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
subject:
|
||||||
subject: true
|
type: string_textfield
|
||||||
|
weight: 10
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
region: content
|
||||||
|
hidden: { }
|
||||||
|
|
Loading…
Add table
Reference in a new issue