From: Vincent Vanwaelscappel Date: Thu, 19 May 2022 07:17:30 +0000 (+0200) Subject: wip #4212 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=394d1e9a67b133b97be4f79a3e3a0ba8507eb4d9;p=cubist_cms-back.git wip #4212 @0.25 --- diff --git a/src/app/Magic/Fields/FormBigSection.php b/src/app/Magic/Fields/FormBigSection.php new file mode 100644 index 0000000..c20ef4b --- /dev/null +++ b/src/app/Magic/Fields/FormBigSection.php @@ -0,0 +1,13 @@ + +
+
+ @include('crud::fields.inc.wrapper_start') +

{{$field['label']}}

+ @include('crud::fields.inc.wrapper_end') + + @push('form_shortcuts') + {{$field['label']}} +@endpush diff --git a/src/resources/views/fields/form_super_section.blade.php b/src/resources/views/fields/form_super_section.blade.php index 70c8fed..897b25f 100644 --- a/src/resources/views/fields/form_super_section.blade.php +++ b/src/resources/views/fields/form_super_section.blade.php @@ -1,7 +1,10 @@ -@include('crud::fields.inc.wrapper_start') -

{{$field['label']}}

-@include('crud::fields.inc.wrapper_end') +
+
+
+ @include('crud::fields.inc.wrapper_start') +

{{$field['label']}}

+ @include('crud::fields.inc.wrapper_end') -@push('form_shortcuts') - {{$field['label']}} + @push('form_shortcuts') + {{$field['label']}} @endpush