aggiornato lista dei movimenti e inserito come test il fullcalendar
This commit is contained in:
@@ -323,7 +323,7 @@ return [
|
||||
],
|
||||
[
|
||||
'text' => 'Categorie',
|
||||
'url' => '#',
|
||||
'route' => 'categorie',
|
||||
],
|
||||
[
|
||||
'text' => 'Tags',
|
||||
@@ -394,7 +394,7 @@ return [
|
||||
],
|
||||
[
|
||||
'text' => 'Appuntamenti',
|
||||
'url' => '#',
|
||||
'url' => '/admin/test/calendar',
|
||||
'icon' => 'fas fa-fw fa-calendar',
|
||||
],
|
||||
|
||||
@@ -516,6 +516,27 @@ return [
|
||||
],
|
||||
],
|
||||
],
|
||||
'Fullcalendar' => [
|
||||
'active' => false,
|
||||
'files' => [
|
||||
[
|
||||
'type' => 'css',
|
||||
'asset' => true,
|
||||
'location' => '/vendor/fullcalendar/main.min.css',
|
||||
],
|
||||
[
|
||||
'type' => 'js',
|
||||
'asset' => true,
|
||||
'location' => '/vendor/fullcalendar/main.min.js',
|
||||
],
|
||||
[
|
||||
'type' => 'js',
|
||||
'asset' => true,
|
||||
'location' => '/vendor/fullcalendar/locales-all.min.js',
|
||||
],
|
||||
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user