continued drupal integration with pages and footer

This commit is contained in:
2023-11-20 20:17:18 +01:00
parent 2b18aaf412
commit a6e812e313
47 changed files with 1369 additions and 121 deletions
+7
View File
@@ -6,9 +6,11 @@ dependencies:
- node.type.static
module:
- actions_permissions
- config_pages
- content_lock
- content_translation
- file
- menu_admin_per_menu
- node
- system
- toolbar
@@ -22,11 +24,15 @@ permissions:
- 'access administration pages'
- 'access files overview'
- 'access toolbar'
- 'administer footer menu items'
- 'administer users'
- 'break content lock'
- 'change own username'
- 'create content translations'
- 'edit any static content'
- 'edit contact config page entity'
- 'edit mentions_legales config page entity'
- 'edit partenaires config page entity'
- 'execute entity:save_action menu_link_content'
- 'execute entity:save_action node'
- 'execute entity:save_action taxonomy_term'
@@ -42,5 +48,6 @@ permissions:
- 'execute views_bulk_edit all'
- 'revert static revisions'
- 'update content translations'
- 'view config_pages entity'
- 'view static revisions'
- 'view the administration theme'