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 #335) (#336)
  • Loading branch information
kirsty-hames authored Dec 9, 2024
1 parent 5867c6a commit 13cdbb4
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 @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion schema/component.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 13cdbb4

Please sign in to comment.