manifest/config/sync/user.role.authenticated.yml

43 lines
1.1 KiB
YAML
Raw Normal View History

uuid: ea374762-2647-4531-8850-c3a1a95ec850
2023-02-08 21:23:59 +01:00
langcode: en
status: true
dependencies:
2023-05-03 22:35:57 +02:00
config:
- node.type.article
- node.type.concept
2023-09-30 20:02:02 +02:00
- rest.resource.add_concept_rest_resource
2023-11-13 13:12:08 +01:00
- rest.resource.concept_autocomplete_rest_resource
2023-05-03 22:35:57 +02:00
- taxonomy.vocabulary.tags
- workflows.workflow.concept_workflow
2023-02-08 21:23:59 +01:00
module:
2023-05-03 22:35:57 +02:00
- content_moderation
2023-11-13 13:12:08 +01:00
- file
2023-05-03 22:35:57 +02:00
- media
- node
2023-09-30 20:02:02 +02:00
- rest
2023-02-08 21:23:59 +01:00
- system
2023-05-03 22:35:57 +02:00
- taxonomy
- yufu_admin
2023-02-08 21:23:59 +01:00
_core:
default_config_hash: dJ0L2DNSj5q6XVZAGsuVDpJTh5UeYkIPwKrUOOpr8YI
2023-02-08 21:23:59 +01:00
id: authenticated
label: 'Authenticated user'
weight: 1
is_admin: false
permissions:
- 'access content'
2023-05-03 22:35:57 +02:00
- 'create article content'
- 'create concept content'
- 'create media'
- 'create terms in tags'
2023-11-13 13:12:08 +01:00
- 'delete own files'
2023-09-30 20:02:02 +02:00
- 'edit any concept content'
2023-11-13 13:12:08 +01:00
- 'restful get concept_autocomplete_rest_resource'
2023-09-30 20:02:02 +02:00
- 'restful post add_concept_rest_resource'
2023-05-03 22:35:57 +02:00
- 'use concept_workflow transition create_new_draft'
- 'use jsonapi operation link'
2023-05-03 22:35:57 +02:00
- 'view any unpublished content'
- 'view media'
- 'view own unpublished content'
- 'view own unpublished media'