Verified Commit 3d514693 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 4f656dce
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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'
+8 −0
Original line number Diff line number Diff line
@@ -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'