From 6825a49f36d9d4351fd27c57df7f66e2e9793cbb Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Tue, 29 Oct 2024 00:26:16 +0300 Subject: [PATCH] Change method and improve comments (example) --- resources/views/fields/group.blade.php | 2 +- src/Screen/Fields/Group.php | 92 ++++++++++++++++++++++---- 2 files changed, 80 insertions(+), 14 deletions(-) diff --git a/resources/views/fields/group.blade.php b/resources/views/fields/group.blade.php index 08909a194..ac4e0f527 100644 --- a/resources/views/fields/group.blade.php +++ b/resources/views/fields/group.blade.php @@ -1,7 +1,7 @@
$gridTemplateColumns !== null, + 'grid-template-columns: '. $widthColumns => $widthColumns !== null, ])> @foreach($group as $field)