Re-order post fields

This commit is contained in:
Oliver Davies 2020-08-21 12:00:00 +01:00
parent 8e0f296701
commit 1f742cc1f6

View file

@ -5,6 +5,7 @@ dependencies:
config: config:
- field.field.node.post.body - field.field.node.post.body
- field.field.node.post.field_excerpt - 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_has_tweet
- field.field.node.post.field_images - field.field.node.post.field_images
- field.field.node.post.field_sent_to_social_media - field.field.node.post.field_sent_to_social_media
@ -14,6 +15,7 @@ dependencies:
module: module:
- media_library - media_library
- path - path
- scheduler
- text - text
id: node.post.default id: node.post.default
targetEntityType: node targetEntityType: node
@ -22,7 +24,7 @@ mode: default
content: content:
body: body:
type: text_textarea_with_summary type: text_textarea_with_summary
weight: 8 weight: 3
settings: settings:
rows: 9 rows: 9
summary_rows: 3 summary_rows: 3
@ -32,12 +34,12 @@ content:
region: content region: content
created: created:
type: datetime_timestamp type: datetime_timestamp
weight: 2 weight: 8
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
field_excerpt: field_excerpt:
weight: 11 weight: 2
settings: settings:
rows: 5 rows: 5
placeholder: '' placeholder: ''
@ -45,21 +47,21 @@ content:
type: string_textarea type: string_textarea
region: content region: content
field_has_tweet: field_has_tweet:
weight: 26 weight: 5
settings: settings:
display_label: true display_label: true
third_party_settings: { } third_party_settings: { }
type: boolean_checkbox type: boolean_checkbox
region: content region: content
field_images: field_images:
weight: 9 weight: 4
settings: settings:
media_types: { } media_types: { }
third_party_settings: { } third_party_settings: { }
type: media_library_widget type: media_library_widget
region: content region: content
field_series: field_series:
weight: 12 weight: 1
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
match_limit: 10 match_limit: 10
@ -69,7 +71,7 @@ content:
type: entity_reference_autocomplete type: entity_reference_autocomplete
region: content region: content
field_tags: field_tags:
weight: 10 weight: 6
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
match_limit: 10 match_limit: 10
@ -80,7 +82,7 @@ content:
region: content region: content
path: path:
type: path type: path
weight: 5 weight: 11
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
@ -88,32 +90,32 @@ content:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
display_label: true display_label: true
weight: 3 weight: 9
region: content region: content
third_party_settings: { } third_party_settings: { }
publish_on: publish_on:
type: datetime_timestamp_no_default type: datetime_timestamp_no_default
weight: 30 weight: 15
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
scheduler_settings: scheduler_settings:
weight: 20 weight: 14
region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
region: content
status: status:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
display_label: true display_label: true
weight: 7 weight: 13
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: 4 weight: 10
region: content region: content
third_party_settings: { } third_party_settings: { }
title: title:
@ -126,7 +128,7 @@ content:
third_party_settings: { } third_party_settings: { }
uid: uid:
type: entity_reference_autocomplete type: entity_reference_autocomplete
weight: 1 weight: 7
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -136,12 +138,12 @@ content:
third_party_settings: { } third_party_settings: { }
unpublish_on: unpublish_on:
type: datetime_timestamp_no_default type: datetime_timestamp_no_default
weight: 30 weight: 16
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
url_redirects: url_redirects:
weight: 6 weight: 12
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }