-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipe.yml
71 lines (71 loc) · 1.96 KB
/
recipe.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name: 'Sous Warp Whistle'
description: 'A recipe that contains Sous Warp Whistle configuration.'
type: 'Site'
recipes:
- sous-paragraphs
install:
# Core modules.
- address
- datetime
- link
- telephone
# Contributed modules.
- smart_date
config:
actions:
# Add new components to page field_content.
field.field.node.page.field_content:
simpleConfigUpdate:
dependencies:
config:
- field.storage.node.field_content
- node.type.page
- paragraphs.paragraphs_type.accordion
- paragraphs.paragraphs_type.audio
- paragraphs.paragraphs_type.image
- paragraphs.paragraphs_type.tabs
- paragraphs.paragraphs_type.text
- paragraphs.paragraphs_type.text_with_media
- paragraphs.paragraphs_type.video
module:
- entity_reference_revisions
settings:
handler: 'default:paragraph'
handler_settings:
target_bundles:
image: image
text: text
text_with_media: text_with_media
video: video
accordion: accordion
audio: audio
tabs: tabs
negate: 0
target_bundles_drag_drop:
accordion:
weight: 10
enabled: true
accordion_item:
weight: 11
enabled: false
audio:
weight: 12
enabled: true
image:
weight: 5
enabled: true
tab:
weight: 14
enabled: false
tabs:
weight: 15
enabled: true
text:
weight: 6
enabled: true
text_with_media:
weight: 7
enabled: true
video:
weight: 8
enabled: true