From 9e576e069b88e291e97a4e83a3749eb2cb001e2e Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Wed, 4 Dec 2024 15:21:16 -0700 Subject: [PATCH] Fix: Update "Item Popup Classes" schema description to remove align class (fix #156) --- properties.schema | 2 +- schema/component.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/properties.schema b/properties.schema index 3e03a3e..cb909ee 100755 --- a/properties.schema +++ b/properties.schema @@ -162,7 +162,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." }, "_graphic": { "type": "object", diff --git a/schema/component.schema.json b/schema/component.schema.json index 9b1d89d..70f9bb9 100644 --- a/schema/component.schema.json +++ b/schema/component.schema.json @@ -111,7 +111,7 @@ "_classes": { "type": "string", "title": "Item Popup 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": "" }, "_graphic": {