Skip to content
Snippets Groups Projects
Verified Commit 6f2b88b8 authored by Dave Long's avatar Dave Long
Browse files

Issue #3219967 by gxleano, bernardm28, benjifisher, joachim: Allow authors and...

Issue #3219967 by gxleano, bernardm28, benjifisher, joachim: Allow authors and editors to edit page layouts in Umami

(cherry picked from commit f0269a48)
parent c4383a76
No related branches found
Tags 8.x-1.0-alpha2
8 merge requests!8506Draft: Issue #3456536 by ibrahim tameme,!5646Issue #3350972 by nod_: [random test failure]...,!5600Issue #3350972 by nod_: [random test failure]...,!5343Issue #3305066 by quietone, Rename RedirectLeadingSlashesSubscriber,!3603#ISSUE 3346218 Add a different message on edit comment,!3555Issue #2473873: Views entity operations lack cacheability support, resulting in incorrect dropbuttons,!3494Issue #3327018 by Spokje, longwave, xjm, mondrake: Update PHPStan to 1.9.3 and...,!3410Issue #3340128: UserLoginForm::submitForm has some dead code
......@@ -2,6 +2,9 @@ langcode: en
status: true
dependencies:
config:
- core.entity_view_display.node.article.full
- core.entity_view_display.node.page.full
- core.entity_view_display.node.recipe.full
- node.type.article
- node.type.page
- node.type.recipe
......@@ -12,6 +15,7 @@ dependencies:
- content_moderation
- contextual
- file
- layout_builder
- node
- path
- system
......@@ -28,6 +32,10 @@ permissions:
- 'access toolbar'
- 'cancel account'
- 'change own username'
- 'configure editable article node layout overrides'
- 'configure editable page node layout overrides'
- 'configure editable recipe node layout overrides'
- 'create and edit custom blocks'
- 'create article content'
- 'create page content'
- 'create recipe content'
......
......@@ -2,6 +2,9 @@ langcode: en
status: true
dependencies:
config:
- core.entity_view_display.node.article.full
- core.entity_view_display.node.page.full
- core.entity_view_display.node.recipe.full
- node.type.article
- node.type.page
- node.type.recipe
......@@ -13,6 +16,7 @@ dependencies:
- content_translation
- contextual
- file
- layout_builder
- node
- path
- shortcut
......@@ -33,6 +37,10 @@ permissions:
- 'administer shortcuts'
- 'cancel account'
- 'change own username'
- 'configure editable article node layout overrides'
- 'configure editable page node layout overrides'
- 'configure editable recipe node layout overrides'
- 'create and edit custom blocks'
- 'create content translations'
- 'create terms in recipe_category'
- 'create terms in tags'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment