17 lines
187 B
PHP
17 lines
187 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'styles' => [
|
|
'tailwind' => \App\View\Presenters\Menu::class,
|
|
],
|
|
|
|
'home_urls' => [
|
|
'/',
|
|
'portal',
|
|
],
|
|
|
|
'ordering' => true,
|
|
|
|
];
|