2019-11-16 07:21:14 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
|
|
'styles' => [
|
2022-06-01 07:15:55 +00:00
|
|
|
'tailwind' => \App\View\Presenters\Menu::class,
|
2019-11-16 07:21:14 +00:00
|
|
|
],
|
|
|
|
|
|
2020-07-10 13:36:04 +00:00
|
|
|
'home_urls' => [
|
|
|
|
|
'/',
|
|
|
|
|
'portal',
|
|
|
|
|
],
|
|
|
|
|
|
2019-11-16 07:21:14 +00:00
|
|
|
'ordering' => true,
|
|
|
|
|
|
|
|
|
|
];
|