Skip to content

Commit

Permalink
Fix: Update "Item Popup Classes" schema description to remove align c…
Browse files Browse the repository at this point in the history
…lass (fix #156)
  • Loading branch information
swashbuck authored Dec 4, 2024
1 parent 9bc1f85 commit 9e576e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion schema/component.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 9e576e0

Please sign in to comment.