-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipe.yml
57 lines (54 loc) · 1.83 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
name: Ezcontent Decoupled
description: 'Improves Drupal core JSON API experience which supports decoupled apps.'
recipes:
- ez_page_builder
- ez_article
install:
- ezcontent_api
- ezcontent_preview
- ezcontent_jsonapi_extension
- layout_builder_modal
config:
import:
decoupled_router: '*'
jsonapi_boost: '*'
jsonapi_extras: '*'
jsonapi_hypermedia: '*'
openapi_jsonapi: '*'
openapi_ui_redoc: '*'
simple_oauth: '*'
jsonapi: '*'
access_unpublished: '*'
tokenuuid: '*'
ezcontent_api: '*'
ezcontent_preview: '*'
ezcontent_jsonapi_extension: '*'
actions:
user.role.api:
ensure_exists:
id: api
grantPermissions:
- 'access_unpublished block_content cards'
- 'access_unpublished block_content content_listing_component'
- 'access_unpublished block_content embed_block'
- 'access_unpublished block_content hero_media_block'
- 'access_unpublished block_content map_block'
- 'access_unpublished block_content referenced_cards'
- 'access_unpublished block_content social_media'
- 'access_unpublished block_content text_block'
- 'access_unpublished media image'
- 'access_unpublished media instagram'
- 'access_unpublished media tweet'
- 'access_unpublished media video'
- 'access_unpublished menu_link_content'
- 'access_unpublished node article'
- 'access_unpublished node landing_page'
- 'access_unpublished paragraphs_library_item'
- 'access_unpublished taxonomy_term tags'
- 'administer display modes'
- 'administer menu'
- 'configure any layout'
- 'delete own files'
- 'use text format restricted_html'
- 'view all revisions'
- 'view media'