Add field_notes to blog posts
This commit is contained in:
parent
fec4d90943
commit
a55da019c7
5 changed files with 74 additions and 15 deletions
|
@ -9,6 +9,7 @@ dependencies:
|
|||
- 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_note
|
||||
- field.field.node.post.field_sent_to_social_media
|
||||
- field.field.node.post.field_series
|
||||
- field.field.node.post.field_tags
|
||||
|
@ -36,13 +37,13 @@ content:
|
|||
region: content
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 8
|
||||
weight: 9
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_amendments:
|
||||
type: entity_reference_paragraphs
|
||||
weight: 26
|
||||
weight: 18
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
|
@ -61,7 +62,7 @@ content:
|
|||
type: string_textarea
|
||||
region: content
|
||||
field_has_tweet:
|
||||
weight: 5
|
||||
weight: 6
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
|
@ -74,6 +75,14 @@ content:
|
|||
third_party_settings: { }
|
||||
type: media_library_widget
|
||||
region: content
|
||||
field_note:
|
||||
weight: 5
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: text_textarea
|
||||
region: content
|
||||
field_series:
|
||||
weight: 1
|
||||
settings:
|
||||
|
@ -85,7 +94,7 @@ content:
|
|||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_tags:
|
||||
weight: 6
|
||||
weight: 7
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
|
@ -96,7 +105,7 @@ content:
|
|||
region: content
|
||||
path:
|
||||
type: path
|
||||
weight: 11
|
||||
weight: 12
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
@ -104,17 +113,17 @@ content:
|
|||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 9
|
||||
weight: 10
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
publish_on:
|
||||
type: datetime_timestamp_no_default
|
||||
weight: 15
|
||||
weight: 16
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
scheduler_settings:
|
||||
weight: 14
|
||||
weight: 15
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
@ -122,14 +131,14 @@ content:
|
|||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 13
|
||||
weight: 14
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 10
|
||||
weight: 11
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
title:
|
||||
|
@ -142,7 +151,7 @@ content:
|
|||
third_party_settings: { }
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 7
|
||||
weight: 8
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
|
@ -152,12 +161,12 @@ content:
|
|||
third_party_settings: { }
|
||||
unpublish_on:
|
||||
type: datetime_timestamp_no_default
|
||||
weight: 16
|
||||
weight: 17
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
url_redirects:
|
||||
weight: 12
|
||||
weight: 13
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue