Skip to content

Commit

Permalink
Add imageWidth and imageHeight properties to contentSchemas
Browse files Browse the repository at this point in the history
  • Loading branch information
efremov-av committed Jan 7, 2025
1 parent cb55576 commit 8b91af0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions store/contentSchemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@
"$ref": "app:vtex.native-types#/definitions/url",
"default": ""
},
"imageWidth": {
"title": "admin/editor.info-card.imageWidth.title",
"description": "admin/editor.info-card.imageWidth.description",
"type": "number"
},
"imageHeight": {
"title": "admin/editor.info-card.imageHeight.title",
"description": "admin/editor.info-card.imageHeight.description",
"type": "number"
},
"textPosition": {
"default": "left",
"type": "string",
Expand Down

0 comments on commit 8b91af0

Please sign in to comment.