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
|
||||
- node.type.gleaning
|
||||
module:
|
||||
- comment
|
||||
- datetime
|
||||
- file
|
||||
- insert
|
||||
|
@ -24,27 +23,21 @@ mode: default
|
|||
content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 121
|
||||
weight: 2
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
comment:
|
||||
weight: 124
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: comment_default
|
||||
region: content
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 10
|
||||
weight: 6
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_image:
|
||||
weight: 122
|
||||
weight: 3
|
||||
settings:
|
||||
preview_image_style: thumbnail
|
||||
progress_indicator: throbber
|
||||
|
@ -76,13 +69,13 @@ content:
|
|||
type: insert_image
|
||||
region: content
|
||||
field_publication_date:
|
||||
weight: 125
|
||||
weight: 1
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: datetime_default
|
||||
region: content
|
||||
field_upload:
|
||||
weight: 123
|
||||
weight: 4
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
|
@ -90,7 +83,7 @@ content:
|
|||
region: content
|
||||
path:
|
||||
type: path
|
||||
weight: 30
|
||||
weight: 9
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
@ -98,26 +91,26 @@ content:
|
|||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 15
|
||||
weight: 8
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 120
|
||||
weight: 11
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 16
|
||||
weight: 7
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: -5
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
|
@ -133,8 +126,9 @@ content:
|
|||
region: content
|
||||
third_party_settings: { }
|
||||
url_redirects:
|
||||
weight: 50
|
||||
weight: 10
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
||||
hidden:
|
||||
comment: true
|
||||
|
|
Loading…
Add table
Reference in a new issue