-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipe.yml
37 lines (37 loc) · 880 Bytes
/
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
name: 'Saplings - Editorial'
description: 'Configures a rich editing experience for modern Drupal.'
type: 'Site'
recipes:
- core/recipes/administrator_role
- core/recipes/content_editor_role
- saplings-full-html-editor
install:
# Core.
- contextual
- node
- views
# Contrib.
- access_unpublished
- environment_indicator
- environment_indicator_ribbon
- quick_node_clone
- sam
- tour
- trash
- view_unpublished
- views_bulk_edit
config:
strict: false
import:
node:
- views.view.content
views_bulk_edit: '*'
actions:
# Add some permissions to the Content editor role.
user.role.content_editor:
grantPermissions:
- 'access content overview'
- 'access contextual links'
- 'access environment indicator'
- 'access environment indicator ribbon'
- 'view any unpublished content'