From 0b9e09c6e0f8ceddb079a71440ca1948f5580d6c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 19 May 2022 09:07:18 +0200 Subject: [PATCH] wip #4212 @0.5 --- src/app/Magic/Fields/FormSuperSection.php | 13 +++++++++++++ .../views/fields/form_super_section.blade.php | 7 +++++++ 2 files changed, 20 insertions(+) create mode 100644 src/app/Magic/Fields/FormSuperSection.php create mode 100644 src/resources/views/fields/form_super_section.blade.php diff --git a/src/app/Magic/Fields/FormSuperSection.php b/src/app/Magic/Fields/FormSuperSection.php new file mode 100644 index 0000000..0c780d5 --- /dev/null +++ b/src/app/Magic/Fields/FormSuperSection.php @@ -0,0 +1,13 @@ +{{$field['label']}} +@include('crud::fields.inc.wrapper_end') + +@push('form_shortcuts') + {{$field['label']}} +@endpush -- 2.39.5