Add field for post amendments
This commit is contained in:
parent
1f742cc1f6
commit
5f00b1cf04
11 changed files with 223 additions and 1 deletions
|
@ -4,6 +4,7 @@ status: true
|
|||
dependencies:
|
||||
config:
|
||||
- field.field.node.post.body
|
||||
- field.field.node.post.field_amendments
|
||||
- field.field.node.post.field_excerpt
|
||||
- field.field.node.post.field_external_link
|
||||
- field.field.node.post.field_has_tweet
|
||||
|
@ -14,6 +15,7 @@ dependencies:
|
|||
- node.type.post
|
||||
module:
|
||||
- media_library
|
||||
- paragraphs
|
||||
- path
|
||||
- scheduler
|
||||
- text
|
||||
|
@ -38,6 +40,18 @@ content:
|
|||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_amendments:
|
||||
type: entity_reference_paragraphs
|
||||
weight: 26
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_excerpt:
|
||||
weight: 2
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue