All paragraph types for all (in use) content types
This commit is contained in:
parent
8f315dd1ca
commit
d62ebda285
3 changed files with 71 additions and 2 deletions
|
@ -8,6 +8,7 @@ dependencies:
|
|||
- paragraphs.paragraphs_type.faq
|
||||
- paragraphs.paragraphs_type.file
|
||||
- paragraphs.paragraphs_type.image
|
||||
- paragraphs.paragraphs_type.quotation_with_image
|
||||
- paragraphs.paragraphs_type.slide
|
||||
- paragraphs.paragraphs_type.storyline_header
|
||||
- paragraphs.paragraphs_type.storyline_item
|
||||
|
@ -15,6 +16,8 @@ dependencies:
|
|||
- paragraphs.paragraphs_type.title
|
||||
- paragraphs.paragraphs_type.update
|
||||
- paragraphs.paragraphs_type.video
|
||||
- paragraphs.paragraphs_type.view
|
||||
- paragraphs.paragraphs_type.webform
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
_core:
|
||||
|
@ -44,6 +47,9 @@ settings:
|
|||
update: update
|
||||
faq: faq
|
||||
video: video
|
||||
quotation_with_image: quotation_with_image
|
||||
view: view
|
||||
webform: webform
|
||||
target_bundles_drag_drop:
|
||||
title:
|
||||
enabled: true
|
||||
|
@ -75,4 +81,13 @@ settings:
|
|||
video:
|
||||
enabled: true
|
||||
weight: -12
|
||||
quotation_with_image:
|
||||
enabled: true
|
||||
weight: 17
|
||||
view:
|
||||
enabled: true
|
||||
weight: 25
|
||||
webform:
|
||||
enabled: true
|
||||
weight: 26
|
||||
field_type: entity_reference_revisions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue