]> _ Git - cubist_cms-back.git/commitdiff
wip #5468
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 3 Nov 2022 19:27:12 +0000 (20:27 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 3 Nov 2022 19:27:12 +0000 (20:27 +0100)
src/resources/views/fields/field_group_start.blade.php

index 3d635eeb515f6d71a17a6a225c058e950a409c23..e56b94ff588432c08e74f0f64fd369de8773401e 100644 (file)
@@ -1 +1,4 @@
-<div class="field_group_start" id="{{$field['name']}}">
+<div class="field_group" id="{{$field['name']}}">
+    @if($field['label'])
+        <h4 id="s_{{$field['name']}}">{{$field['label']}}</h4>
+@endif