Configure insert widget, re-order form fields on Gleanings
This commit is contained in:
parent
25244dc0f4
commit
eb6ddff689
1 changed files with 13 additions and 19 deletions
|
@ -11,7 +11,6 @@ dependencies:
|
||||||
- image.style.thumbnail
|
- image.style.thumbnail
|
||||||
- node.type.gleaning
|
- node.type.gleaning
|
||||||
module:
|
module:
|
||||||
- comment
|
|
||||||
- datetime
|
- datetime
|
||||||
- file
|
- file
|
||||||
- insert
|
- insert
|
||||||
|
@ -24,27 +23,21 @@ mode: default
|
||||||
content:
|
content:
|
||||||
body:
|
body:
|
||||||
type: text_textarea_with_summary
|
type: text_textarea_with_summary
|
||||||
weight: 121
|
weight: 2
|
||||||
settings:
|
settings:
|
||||||
rows: 9
|
rows: 9
|
||||||
summary_rows: 3
|
summary_rows: 3
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
comment:
|
|
||||||
weight: 124
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
type: comment_default
|
|
||||||
region: content
|
|
||||||
created:
|
created:
|
||||||
type: datetime_timestamp
|
type: datetime_timestamp
|
||||||
weight: 10
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_image:
|
field_image:
|
||||||
weight: 122
|
weight: 3
|
||||||
settings:
|
settings:
|
||||||
preview_image_style: thumbnail
|
preview_image_style: thumbnail
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
|
@ -76,13 +69,13 @@ content:
|
||||||
type: insert_image
|
type: insert_image
|
||||||
region: content
|
region: content
|
||||||
field_publication_date:
|
field_publication_date:
|
||||||
weight: 125
|
weight: 1
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: datetime_default
|
type: datetime_default
|
||||||
region: content
|
region: content
|
||||||
field_upload:
|
field_upload:
|
||||||
weight: 123
|
weight: 4
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
@ -90,7 +83,7 @@ content:
|
||||||
region: content
|
region: content
|
||||||
path:
|
path:
|
||||||
type: path
|
type: path
|
||||||
weight: 30
|
weight: 9
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
@ -98,26 +91,26 @@ content:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
weight: 15
|
weight: 8
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
weight: 120
|
weight: 11
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
sticky:
|
sticky:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
weight: 16
|
weight: 7
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
title:
|
title:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: -5
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
|
@ -133,8 +126,9 @@ content:
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
url_redirects:
|
url_redirects:
|
||||||
weight: 50
|
weight: 10
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden: { }
|
hidden:
|
||||||
|
comment: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue