]> _ Git - fluidbook-toolbox.git/commitdiff
wip #5851
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Sat, 8 Apr 2023 17:06:03 +0000 (19:06 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Sat, 8 Apr 2023 17:06:03 +0000 (19:06 +0200)
config/backpack/crud.php

index b10ec339d4d45b4c59231008ca70ab1de3e2e6fa..2e07e30c010caca9eab883417ebd1325104cc511 100644 (file)
@@ -16,4 +16,19 @@ return [
         'en' => 'English',
     ],
 
+    'view_namespaces' => [
+        'buttons' => [
+            'crud::buttons', // falls back to 'resources/views/vendor/backpack/crud/buttons'
+        ],
+        'columns' => [
+            'crud::columns', // falls back to 'resources/views/vendor/backpack/crud/columns'
+        ],
+        'fields' => [
+            'crud::fields', // falls back to 'resources/views/vendor/backpack/crud/fields'
+        ],
+        'filters' => [
+            'crud::filters', // falls back to 'resources/views/vendor/backpack/crud/filters'
+        ],
+    ],
+
 ];