]> _ Git - pmi.git/commitdiff
fix #2916 @0.75
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 18 Jul 2019 10:25:57 +0000 (12:25 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 18 Jul 2019 10:25:57 +0000 (12:25 +0200)
config/laravel-menu/settings.php [new file with mode: 0644]
config/laravel-menu/views.php [new file with mode: 0644]

diff --git a/config/laravel-menu/settings.php b/config/laravel-menu/settings.php
new file mode 100644 (file)
index 0000000..2dadb32
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+return array(
+    'default' => array(
+        'auto_activate' => true,
+        'activate_parents' => true,
+        'active_class' => 'active',
+        'restful' => false,
+        'cascade_data' => true,
+        'rest_base' => '',      // string|array
+        'active_element' => 'item',  // item|link
+    ),
+);
diff --git a/config/laravel-menu/views.php b/config/laravel-menu/views.php
new file mode 100644 (file)
index 0000000..93ffa1e
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+
+return array(
+    'bootstrap-items' => 'laravel-menu::bootstrap-navbar-items',
+);