admin: document category menu

This commit is contained in:
nobohan
2022-05-06 16:28:37 +02:00
parent 7cefce8305
commit 24794c1285
7 changed files with 57 additions and 75 deletions

View File

@@ -24,9 +24,4 @@ chill_docstore_admin_redirect_to_admin_index:
chill_docstore_category_admin:
path: /{_locale}/admin/document/category
controller: Chill\DocStoreBundle\Controller\DocumentCategoryController::indexAction
options:
menus:
admin_docstore:
order: 90
label: "Documents categories"
controller: Chill\DocStoreBundle\Controller\DocumentCategoryController::indexAction

View File

@@ -1,4 +1,6 @@
services:
Chill\DocStoreBundle\Menu\MenuBuilder:
Chill\DocStoreBundle\Menu\:
autowire: true
autoconfigure: true
resource: '../../Menu/'
tags: ['chill.menu_builder']