Re-order post fields
This commit is contained in:
parent
8e0f296701
commit
1f742cc1f6
|
@ -5,6 +5,7 @@ dependencies:
|
|||
config:
|
||||
- field.field.node.post.body
|
||||
- field.field.node.post.field_excerpt
|
||||
- field.field.node.post.field_external_link
|
||||
- field.field.node.post.field_has_tweet
|
||||
- field.field.node.post.field_images
|
||||
- field.field.node.post.field_sent_to_social_media
|
||||
|
@ -14,6 +15,7 @@ dependencies:
|
|||
module:
|
||||
- media_library
|
||||
- path
|
||||
- scheduler
|
||||
- text
|
||||
id: node.post.default
|
||||
targetEntityType: node
|
||||
|
@ -22,7 +24,7 @@ mode: default
|
|||
content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 8
|
||||
weight: 3
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
|
@ -32,12 +34,12 @@ content:
|
|||
region: content
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 2
|
||||
weight: 8
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_excerpt:
|
||||
weight: 11
|
||||
weight: 2
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
|
@ -45,21 +47,21 @@ content:
|
|||
type: string_textarea
|
||||
region: content
|
||||
field_has_tweet:
|
||||
weight: 26
|
||||
weight: 5
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
type: boolean_checkbox
|
||||
region: content
|
||||
field_images:
|
||||
weight: 9
|
||||
weight: 4
|
||||
settings:
|
||||
media_types: { }
|
||||
third_party_settings: { }
|
||||
type: media_library_widget
|
||||
region: content
|
||||
field_series:
|
||||
weight: 12
|
||||
weight: 1
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
|
@ -69,7 +71,7 @@ content:
|
|||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_tags:
|
||||
weight: 10
|
||||
weight: 6
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
|
@ -80,7 +82,7 @@ content:
|
|||
region: content
|
||||
path:
|
||||
type: path
|
||||
weight: 5
|
||||
weight: 11
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
@ -88,32 +90,32 @@ content:
|
|||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 3
|
||||
weight: 9
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
publish_on:
|
||||
type: datetime_timestamp_no_default
|
||||
weight: 30
|
||||
weight: 15
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
scheduler_settings:
|
||||
weight: 20
|
||||
weight: 14
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 7
|
||||
weight: 13
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 4
|
||||
weight: 10
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
title:
|
||||
|
@ -126,7 +128,7 @@ content:
|
|||
third_party_settings: { }
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 1
|
||||
weight: 7
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
|
@ -136,12 +138,12 @@ content:
|
|||
third_party_settings: { }
|
||||
unpublish_on:
|
||||
type: datetime_timestamp_no_default
|
||||
weight: 30
|
||||
weight: 16
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
url_redirects:
|
||||
weight: 6
|
||||
weight: 12
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
|
Loading…
Reference in a new issue