Improve order of elements on article edit forms
This commit is contained in:
parent
6e576255c4
commit
f72166aa41
1 changed files with 14 additions and 14 deletions
|
@ -39,13 +39,13 @@ mode: default
|
|||
content:
|
||||
comment:
|
||||
type: comment_default
|
||||
weight: 12
|
||||
weight: 13
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 9
|
||||
weight: 10
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
|
@ -65,10 +65,10 @@ content:
|
|||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_biography:
|
||||
weight: 26
|
||||
weight: 7
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: '60'
|
||||
size: '120'
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_override_autocomplete
|
||||
|
@ -96,13 +96,13 @@ content:
|
|||
third_party_settings: { }
|
||||
region: content
|
||||
field_meta_tags:
|
||||
weight: 14
|
||||
weight: 15
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: metatag_firehose
|
||||
region: content
|
||||
field_publication_date:
|
||||
weight: 18
|
||||
weight: 19
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: datetime_default
|
||||
|
@ -124,7 +124,7 @@ content:
|
|||
type: text_textarea
|
||||
region: content
|
||||
field_topics:
|
||||
weight: 7
|
||||
weight: 8
|
||||
settings:
|
||||
force_deepest: '1'
|
||||
parent: '0'
|
||||
|
@ -133,7 +133,7 @@ content:
|
|||
type: cshs
|
||||
region: content
|
||||
field_upload:
|
||||
weight: 17
|
||||
weight: 18
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
|
@ -141,7 +141,7 @@ content:
|
|||
region: content
|
||||
path:
|
||||
type: path
|
||||
weight: 13
|
||||
weight: 14
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
|
@ -149,21 +149,21 @@ content:
|
|||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 10
|
||||
weight: 11
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 15
|
||||
weight: 16
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 11
|
||||
weight: 12
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
title:
|
||||
|
@ -176,7 +176,7 @@ content:
|
|||
region: content
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 8
|
||||
weight: 9
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
|
@ -184,7 +184,7 @@ content:
|
|||
third_party_settings: { }
|
||||
region: content
|
||||
url_redirects:
|
||||
weight: 16
|
||||
weight: 17
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
|
Loading…
Add table
Reference in a new issue