Give basic page webform paragraph (& all paragarphs)
This commit is contained in:
parent
3866e8b142
commit
8c6242563b
1 changed files with 30 additions and 0 deletions
|
@ -8,10 +8,16 @@ dependencies:
|
||||||
- paragraphs.paragraphs_type.faq
|
- paragraphs.paragraphs_type.faq
|
||||||
- paragraphs.paragraphs_type.file
|
- paragraphs.paragraphs_type.file
|
||||||
- paragraphs.paragraphs_type.image
|
- paragraphs.paragraphs_type.image
|
||||||
|
- paragraphs.paragraphs_type.quotation_with_image
|
||||||
- paragraphs.paragraphs_type.slide
|
- paragraphs.paragraphs_type.slide
|
||||||
|
- paragraphs.paragraphs_type.storyline_header
|
||||||
|
- paragraphs.paragraphs_type.storyline_item
|
||||||
- paragraphs.paragraphs_type.text
|
- paragraphs.paragraphs_type.text
|
||||||
|
- paragraphs.paragraphs_type.title
|
||||||
- paragraphs.paragraphs_type.update
|
- paragraphs.paragraphs_type.update
|
||||||
- paragraphs.paragraphs_type.video
|
- paragraphs.paragraphs_type.video
|
||||||
|
- paragraphs.paragraphs_type.view
|
||||||
|
- paragraphs.paragraphs_type.webform
|
||||||
module:
|
module:
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
_core:
|
_core:
|
||||||
|
@ -38,6 +44,12 @@ settings:
|
||||||
slide: slide
|
slide: slide
|
||||||
update: update
|
update: update
|
||||||
faq: faq
|
faq: faq
|
||||||
|
webform: webform
|
||||||
|
quotation_with_image: quotation_with_image
|
||||||
|
storyline_header: storyline_header
|
||||||
|
storyline_item: storyline_item
|
||||||
|
title: title
|
||||||
|
view: view
|
||||||
target_bundles_drag_drop:
|
target_bundles_drag_drop:
|
||||||
text:
|
text:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -60,4 +72,22 @@ settings:
|
||||||
faq:
|
faq:
|
||||||
enabled: true
|
enabled: true
|
||||||
weight: -9
|
weight: -9
|
||||||
|
webform:
|
||||||
|
enabled: true
|
||||||
|
weight: 14
|
||||||
|
quotation_with_image:
|
||||||
|
enabled: true
|
||||||
|
weight: 18
|
||||||
|
storyline_header:
|
||||||
|
enabled: true
|
||||||
|
weight: 20
|
||||||
|
storyline_item:
|
||||||
|
enabled: true
|
||||||
|
weight: 21
|
||||||
|
title:
|
||||||
|
enabled: true
|
||||||
|
weight: 23
|
||||||
|
view:
|
||||||
|
enabled: true
|
||||||
|
weight: 26
|
||||||
field_type: entity_reference_revisions
|
field_type: entity_reference_revisions
|
||||||
|
|
Loading…
Reference in a new issue