From e6f33234daabe0f64c5275976f351d625db4b09e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malin=20Kytt=C3=A4?= Date: Wed, 27 Mar 2024 12:21:51 +0000 Subject: [PATCH] chore: changed from null to NULL --- source/php/Component/Image/image.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/php/Component/Image/image.json b/source/php/Component/Image/image.json index 44a1c9ef..ffb03497 100644 --- a/source/php/Component/Image/image.json +++ b/source/php/Component/Image/image.json @@ -4,7 +4,7 @@ "src": false, "alt": "", "caption": "", - "byline": false, + "byline": "", "fullWidth": false, "rounded": false, "openModal": false, @@ -29,9 +29,9 @@ }, "types": { "src": "boolean|string", - "alt": "string", - "caption": "string", - "byline": "boolean", + "alt": "string|NULL", + "caption": "string|boolean", + "byline": "string|NULL", "fullWidth": "boolean", "rounded": "boolean", "openModal": "boolean",