Update the form display of comments

This commit is contained in:
Clayton Dewey 2019-08-30 15:59:38 -06:00
parent efb2989e7f
commit 7b5fca43b5

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