started architecture de contenus

This commit is contained in:
2026-07-09 11:55:55 +02:00
parent a85c6f3225
commit 5ee469b653
88 changed files with 2919 additions and 2 deletions

View File

@@ -4,7 +4,15 @@ status: true
dependencies:
config:
- filter.format.wysiwyg
- node.type.evenement
- node.type.lieu
- node.type.partenaire
- node.type.personne
- node.type.projet
- node.type.static
- taxonomy.vocabulary.type_d_evenement
- taxonomy.vocabulary.type_de_personne
- taxonomy.vocabulary.type_de_projet
module:
- actions_permissions
- content_translation
@@ -12,6 +20,7 @@ dependencies:
- locale
- node
- system
- taxonomy
- toolbar
_core:
default_config_hash: Ig9XEy1CLM28LcJCeVHZMfPVGTS56mtEyl-Y8WruEqA
@@ -22,21 +31,53 @@ is_admin: null
permissions:
- 'access administration pages'
- 'access content overview'
- 'access taxonomy overview'
- 'access toolbar'
- 'administer nodes'
- 'create content translations'
- 'create evenement content'
- 'create lieu content'
- 'create partenaire content'
- 'create personne content'
- 'create projet content'
- 'create static content'
- 'create terms in type_d_evenement'
- 'create terms in type_de_personne'
- 'create terms in type_de_projet'
- 'edit any evenement content'
- 'edit any lieu content'
- 'edit any partenaire content'
- 'edit any personne content'
- 'edit any projet content'
- 'edit any static content'
- 'edit terms in type_d_evenement'
- 'edit terms in type_de_personne'
- 'edit terms in type_de_projet'
- 'execute entity:save_action node'
- 'execute node_make_sticky_action node'
- 'execute node_make_unsticky_action node'
- 'execute node_promote_action node'
- 'execute node_unpromote_action node'
- 'revert evenement revisions'
- 'revert lieu revisions'
- 'revert partenaire revisions'
- 'revert personne revisions'
- 'revert projet revisions'
- 'revert static revisions'
- 'revert term revisions in type_d_evenement'
- 'revert term revisions in type_de_personne'
- 'revert term revisions in type_de_projet'
- 'translate editable entities'
- 'translate interface'
- 'update content translations'
- 'use text format wysiwyg'
- 'view evenement revisions'
- 'view lieu revisions'
- 'view own unpublished content'
- 'view partenaire revisions'
- 'view personne revisions'
- 'view projet revisions'
- 'view static revisions'
- 'view term revisions in type_d_evenement'
- 'view term revisions in type_de_personne'
- 'view term revisions in type_de_projet'
- 'view the administration theme'