From: Vincent Vanwaelscappel Date: Sat, 8 Apr 2023 17:06:03 +0000 (+0200) Subject: wip #5851 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a0210836122203c043a760189688300cb83309b1;p=fluidbook-toolbox.git wip #5851 --- diff --git a/config/backpack/crud.php b/config/backpack/crud.php index b10ec339d..2e07e30c0 100644 --- a/config/backpack/crud.php +++ b/config/backpack/crud.php @@ -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' + ], + ], + ];