We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7af0bbb + 1678ab7 commit 5f789e8Copy full SHA for 5f789e8
src/Resources/config/routing/admin.yaml
@@ -3,6 +3,7 @@ monsieurbiz_sylius_cms_block_admin:
3
resource: |
4
alias: monsieurbiz_cms_block.block
5
section: admin
6
+ permission: true
7
templates: "@SyliusAdmin\\Crud"
8
except: ['show']
9
redirect: update
src/Resources/translations/messages.en.yaml
@@ -23,3 +23,7 @@ monsieurbiz_cms_block:
23
block:
24
title: 'Block Element'
25
description: 'An element containing a CMS block'
26
+sylius_plus:
27
+ rbac:
28
+ parent:
29
+ blocks: 'Blocks'
src/Resources/translations/messages.fr.yaml
title: 'Lame Bloc'
description: 'Une lame contenant un bloc CMS'
+ blocks: 'Blocs'
0 commit comments