From 0bc068339a3a65253c0913801ae4df9df9c53f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malin=20Kytt=C3=A4?= Date: Tue, 19 Mar 2024 15:01:13 +0000 Subject: [PATCH 1/2] chore: brand typings --- source/php/Component/Brand/brand.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/php/Component/Brand/brand.json b/source/php/Component/Brand/brand.json index 9e3fad0b..504c6bd6 100644 --- a/source/php/Component/Brand/brand.json +++ b/source/php/Component/Brand/brand.json @@ -8,6 +8,10 @@ "logotype": "Array containing specified logotype component attributes", "text": "Array of brand name, each item will be separated on multiple lines" }, + "types": { + "logotype": "array|object|boolean", + "text": "array" + }, "view": "brand.blade.php", "dependency": { "sass": { From 0b32c889ff0e36ff879a2b189c4511d138d84976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malin=20Kytt=C3=A4?= Date: Thu, 28 Mar 2024 08:25:47 +0000 Subject: [PATCH 2/2] chore: remove object and boolean typings --- source/php/Component/Brand/brand.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/php/Component/Brand/brand.json b/source/php/Component/Brand/brand.json index 504c6bd6..f7189736 100644 --- a/source/php/Component/Brand/brand.json +++ b/source/php/Component/Brand/brand.json @@ -9,7 +9,7 @@ "text": "Array of brand name, each item will be separated on multiple lines" }, "types": { - "logotype": "array|object|boolean", + "logotype": "array", "text": "array" }, "view": "brand.blade.php",