-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipe.yml
153 lines (149 loc) · 3.41 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
name: "Next CMS Starter Kit"
description: "A Drupal recipe to use with the JAKALA Next CMS Starter Kit front end."
type: "Site"
recipes:
# Core
- core/recipes/tags_taxonomy
- core/recipes/image_media_type
- core/recipes/basic_html_format_editor
- core/recipes/full_html_format_editor
- core/recipes/restricted_html_format
- core/recipes/administrator_role
- core/recipes/content_editor_role
- core/recipes/core_recommended_maintenance
install:
# Core
- block_content
- config
- content_translation
- contextual
- datetime
- editor
- field_ui
- file
- help
- history
- language
- link
- menu_link_content
- menu_ui
- node
- options
- views_ui
# Contrib
- gin
- gin_toolbar
- pathauto
- paragraphs
- redirect
- simple_oauth
- view_unpublished
# Decoupled contrib
- decoupled_preview_iframe
- visual_editor
- visual_editor_paragraphs
- graphql_compose
- graphql_compose_edges
- graphql_compose_image_style
- graphql_compose_menus
- graphql_compose_routes
- graphql_compose_users
- graphql_compose_views
- graphql_compose_preview
- graphql_compose_fragments
config:
import:
# Core
block_content: "*"
field_ui: "*"
file: "*"
help: "*"
language: "*"
menu_ui: "*"
node: "*"
user:
# View to list users.
- views.view.user_admin_people
# Contrib
gin:
- gin.settings
- block.block.gin_breadcrumbs
- block.block.gin_content
- block.block.gin_help
- block.block.gin_local_actions
- block.block.gin_messages
- block.block.gin_page_title
- block.block.gin_primary_local_tasks
pathauto: "*"
paragraphs: "*"
redirect: "*"
simple_oauth: "*"
# Decoupled contrib
graphql_compose: "*"
actions:
# Set home page
system.site:
simpleConfigUpdate:
page.front: /home
# Add the Spanish language
language.entity.es:
createIfNotExists:
langcode: en
status: true
dependencies: {}
id: es
label: Spanish
direction: ltr
weight: 1
locked: false
language.negotiation:
simpleConfigUpdate:
url:
source: path_prefix
prefixes:
en: ""
es: "es"
domains:
en: ""
es: ""
# Set and unset Gin blocks.
block.block.gin_admin:
simpleConfigUpdate:
status: false
block.block.gin_branding:
simpleConfigUpdate:
status: false
block.block.gin_local_actions:
simpleConfigUpdate:
region: content
weight: -10
block.block.gin_local_tasks:
simpleConfigUpdate:
status: false
block.block.gin_page_title:
simpleConfigUpdate:
region: header
weight: -10
block.block.gin_primary_local_tasks:
simpleConfigUpdate:
region: header
weight: -5
settings.secondary: true
block.block.gin_tools:
simpleConfigUpdate:
status: false
# Update the admin theme to Gin in Theme settings.
node.settings:
simpleConfigUpdate:
use_admin_theme: true
system.theme:
simpleConfigUpdate:
admin: "gin"
default: "gin"
# Set permissions for content editor role.
user.role.content_editor:
createIfNotExists:
id: content_editor
grantPermissions:
- "use text format basic_html"
- "use text format full_html"