File tree Expand file tree Collapse file tree
resources/views/admin/partials Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ class="icon icon-1">
5959 :setup =" function($crud, $entry) {
6060 $crud->field('custom_test_field')->type('text');
6161 }"
62+ :saveActions =" [\Backpack\CRUD\app\Library\CrudPanel\SaveActions\SaveAndList::class]"
6263 />
6364
6465 </div >
@@ -78,6 +79,7 @@ class="icon icon-1">
7879 :controller =" \Backpack\NewsCRUD\app\Http\Controllers\Admin\TagCrudController::class"
7980 formOperation =" update"
8081 :entry =" \Backpack\NewsCRUD\app\Models\Tag::find(1)"
82+ :formInsideCard =" true"
8183 />
8284
8385 </div >
Original file line number Diff line number Diff line change @@ -31,7 +31,9 @@ class="icon icon-1">
3131 :controller =" \App\Http\Controllers\Admin\PetShop\InvoiceCrudController::class"
3232 :setup =" function($crud, $parent) {
3333 $crud->enableExportButtons();
34- }" />
34+ }"
35+ :useFixedHeader =" false"
36+ />
3537
3638 </div >
3739 </div >
You can’t perform that action at this time.
0 commit comments