43 lines
2.1 KiB
PHP
43 lines
2.1 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
// Este archivo **NO se registra como config**, es usado por VuexyMenuRegistry
|
|
|
|
return [
|
|
'Plantillas' => [
|
|
'submenu' => [
|
|
'Anonymous Template' => [
|
|
'icon' => 'ti ti-template',
|
|
'description' => 'Gestiona la plantilla Anonymous Template, sus widgets y elementos de diseño.',
|
|
'route' => 'admin.website-layout-simple-koneko.settings.template.index',
|
|
'can' => 'admin.website-layout-simple-koneko.settings.template.view',
|
|
],
|
|
'Creative Tim Notus' => [
|
|
'icon' => 'ti ti-template',
|
|
'description' => 'Gestiona la plantilla Creative Tim Notus, sus widgets y elementos de diseño.',
|
|
'route' => 'admin.website-layout-simple-koneko.settings.template.index',
|
|
'can' => 'admin.website-layout-simple-koneko.settings.template.view',
|
|
],
|
|
'Limaa M Simple Landing Page' => [
|
|
'icon' => 'ti ti-template',
|
|
'description' => 'Gestiona la plantilla Limaa M Simple Landing Page, sus widgets y elementos de diseño.',
|
|
'route' => 'admin.website-layout-simple-koneko.settings.template.index',
|
|
'can' => 'admin.website-layout-simple-koneko.settings.template.view',
|
|
],
|
|
'Maximus Landing Page 2' => [
|
|
'icon' => 'ti ti-template',
|
|
'description' => 'Gestiona la plantilla Maximus Landing Page 2, sus widgets y elementos de diseño.',
|
|
'route' => 'admin.website-layout-simple-koneko.settings.template.index',
|
|
'can' => 'admin.website-layout-simple-koneko.settings.template.view',
|
|
],
|
|
'Samuel33 Coming Soon' => [
|
|
'icon' => 'ti ti-template',
|
|
'description' => 'Gestiona la plantilla Samuel33 Coming Soon, sus widgets y elementos de diseño.',
|
|
'route' => 'admin.website-layout-simple-koneko.settings.template.index',
|
|
'can' => 'admin.website-layout-simple-koneko.settings.template.view',
|
|
],
|
|
],
|
|
],
|
|
];
|