⚗️ Ajoute un menu dynamique pour avoir la classe active automatique

This commit is contained in:
2020-03-10 17:06:10 +01:00
parent 4bc1c97006
commit a9f40e55e7
6 changed files with 128 additions and 36 deletions

View File

@@ -0,0 +1,13 @@
<?php
return [
'default' => [
'auto_activate' => true,
'activate_parents' => true,
'active_class' => 'active',
'restful' => false,
'cascade_data' => true,
'rest_base' => '', // string|array
'active_element' => 'link', // item|link
],
];