From bb86b6e8055bda05e532dd9c0c71d8abd9acdde5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 21 Jul 2023 17:51:26 +0200 Subject: [PATCH] wip #6108 @0.5 --- src/app/Magic/Fields/FormSectionDescription.php | 13 +++++++++++++ .../views/fields/form_section_description.blade.php | 1 + 2 files changed, 14 insertions(+) create mode 100644 src/app/Magic/Fields/FormSectionDescription.php create mode 100644 src/resources/views/fields/form_section_description.blade.php diff --git a/src/app/Magic/Fields/FormSectionDescription.php b/src/app/Magic/Fields/FormSectionDescription.php new file mode 100644 index 0000000..3eb1213 --- /dev/null +++ b/src/app/Magic/Fields/FormSectionDescription.php @@ -0,0 +1,13 @@ +{{$field['label']}}

-- 2.39.5