architecture de contenu + theming in parrallele

This commit is contained in:
2026-01-14 12:01:01 +01:00
parent 367d8b21e9
commit 7664d33892
48 changed files with 2710 additions and 704 deletions

View File

@@ -4,12 +4,15 @@ status: true
dependencies:
config:
- filter.format.wysiwyg
- node.type.chapitre
- node.type.partie
- node.type.static
module:
- actions_permissions
- content_translation
- filter
- locale
- menu_admin_per_menu
- node
- system
- toolbar
@@ -23,20 +26,32 @@ permissions:
- 'access administration pages'
- 'access content overview'
- 'access toolbar'
- 'administer contenu menu items'
- 'administer nodes'
- 'create chapitre content'
- 'create content translations'
- 'create partie content'
- 'create static content'
- 'delete chapitre revisions'
- 'delete partie revisions'
- 'delete static revisions'
- 'edit any chapitre content'
- 'edit any partie content'
- 'edit any static content'
- '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 chapitre revisions'
- 'revert partie revisions'
- 'revert static revisions'
- 'translate editable entities'
- 'translate interface'
- 'update content translations'
- 'use text format wysiwyg'
- 'view chapitre revisions'
- 'view own unpublished content'
- 'view partie revisions'
- 'view static revisions'
- 'view the administration theme'