You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.7 KiB
51 lines
1.7 KiB
sonata_admin:
|
|
title: 'Redytel Puertos'
|
|
dashboard:
|
|
groups:
|
|
cms:
|
|
label: CMS
|
|
label_catalogue: ~
|
|
items:
|
|
- admin.pagina
|
|
- admin.formularios
|
|
- admin.menu
|
|
roles: ['ROLE_ADMIN', 'ROLE_SONATA_ADMIN']
|
|
prductos:
|
|
label: Productos
|
|
label_catalogue: ~
|
|
items:
|
|
- admin.categorias
|
|
- admin.productos
|
|
- admin.comentarios
|
|
roles: ['ROLE_ADMIN', 'ROLE_SONATA_ADMIN']
|
|
ventas:
|
|
label: Ventas
|
|
label_catalogue: ~
|
|
items:
|
|
- admin.clientes
|
|
- admin.facturas
|
|
|
|
# roles: ['ROLE_ADMIN', 'ROLE_SONATA_ADMIN']
|
|
usuarios:
|
|
label: Usuarios
|
|
label_catalogue: ~
|
|
items:
|
|
- admin.user
|
|
#- admin.invitacion
|
|
roles: ['ROLE_ADMIN', 'ROLE_SONATA_ADMIN']
|
|
configureacion:
|
|
label: Configuracion
|
|
label_catalogue: ~
|
|
items:
|
|
- admin.idioma
|
|
- admin.modulos
|
|
- admin.plantillas
|
|
#- admin.invitacion
|
|
roles: ['ROLE_ADMIN', 'ROLE_SONATA_ADMIN']
|
|
blocks:
|
|
- { type: sonata.admin.block.admin_list, position: left }
|
|
|
|
sonata_block:
|
|
blocks:
|
|
sonata.admin.block.admin_list:
|
|
contexts: [admin]
|