From 13cdbb4efdf29eb9d70ce095bbf8f292dc8617c4 Mon Sep 17 00:00:00 2001 From: kirsty-hames Date: Mon, 9 Dec 2024 10:20:50 +0000 Subject: [PATCH] Fix: Update "Item Popup Classes" schema description to remove align class (fix #335) (#336) --- properties.schema | 2 +- schema/component.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/properties.schema b/properties.schema index 1724ced..ab69e91 100644 --- a/properties.schema +++ b/properties.schema @@ -394,7 +394,7 @@ "title": "Item Popup Classes", "inputType": "Text", "validators": [], - "help": "Allows you to specify custom CSS classes to be applied to the popup item. Supported classes are 'align-image-left', 'hide-desktop-image', and 'hide-popup-image' which aligns the item image to the left, hides the pop up image in desktop view, and hides the pop up image for all screen sizes respectively." + "help": "Allows you to specify custom CSS classes to be applied to the popup item. 'hide-desktop-image' hides the pop up image in desktop view. 'hide-popup-image' hides the pop up image for all screen sizes." }, "_left": { "type": "number", diff --git a/schema/component.schema.json b/schema/component.schema.json index 25641fe..172669b 100644 --- a/schema/component.schema.json +++ b/schema/component.schema.json @@ -299,7 +299,7 @@ "_classes": { "type": "string", "title": "Popup item custom classes", - "description": "Allows you to specify custom CSS classes to be applied to the popup item. Supported classes are 'align-image-left', 'hide-desktop-image', and 'hide-popup-image' which aligns the item image to the left, hides the pop up image in desktop view, and hides the pop up image for all screen sizes respectively", + "description": "Allows you to specify custom CSS classes to be applied to the popup item. 'hide-desktop-image' hides the pop up image in desktop view. 'hide-popup-image' hides the pop up image for all screen sizes.", "default": "" }, "_left": {