From f0443febf33c51b0ca6518c0fa6aae35215938c6 Mon Sep 17 00:00:00 2001 From: Jasmine Silfver <42913571+flabbykitty@users.noreply.github.com> Date: Fri, 12 Jan 2024 16:05:29 +0100 Subject: [PATCH] =?UTF-8?q?[BUGFIX]=20change=20min=20occurrence=20of=20com?= =?UTF-8?q?ponents=20in=20card=20and=20image=20card=20m=E2=80=A6=20(#69)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/modules/card.module/fields.json | 4 ++-- theme/modules/image-card.module/fields.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/theme/modules/card.module/fields.json b/theme/modules/card.module/fields.json index 62e4ef1..bfc8eb3 100644 --- a/theme/modules/card.module/fields.json +++ b/theme/modules/card.module/fields.json @@ -5161,10 +5161,10 @@ "required" : false, "locked" : false, "occurrence" : { - "min" : 12, + "min" : 10, "max" : 12, "sorting_label_field" : null, - "default" : 12 + "default" : 10 }, "children" : [ { "id" : "card_components.component", diff --git a/theme/modules/image-card.module/fields.json b/theme/modules/image-card.module/fields.json index d25810c..a1de93b 100644 --- a/theme/modules/image-card.module/fields.json +++ b/theme/modules/image-card.module/fields.json @@ -5845,10 +5845,10 @@ "required" : false, "locked" : false, "occurrence" : { - "min" : 11, + "min" : 9, "max" : 11, "sorting_label_field" : null, - "default" : 11 + "default" : 9 }, "children" : [ { "id" : "imagecard_components.component",