Skip to content

Commit

Permalink
Fix: isObjectId removed from schema to allow external assets to be a…
Browse files Browse the repository at this point in the history
…dded (fixes #185)
  • Loading branch information
joe-allen-89 committed Nov 8, 2024
1 parent 51c1f82 commit 8892e2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions schema/component.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"properties": {
"large": {
"type": "string",
"isObjectId": true,
"title": "Large",
"description": "Large image for this item - used on desktop",
"default": "",
Expand All @@ -66,7 +65,6 @@
},
"small": {
"type": "string",
"isObjectId": true,
"title": "Small",
"description": "Small image for this item - used on mobiles",
"_backboneForms": {
Expand Down

0 comments on commit 8892e2c

Please sign in to comment.