Skip to content

Commit

Permalink
Fix: isObjectId removed from schema to allow external assets to be ad…
Browse files Browse the repository at this point in the history
…ded (fixes #108)
  • Loading branch information
oliverfoster authored Dec 11, 2024
2 parents 65e4bea + 0ef1e49 commit 4d5f543
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions schema/component.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
},
"large": {
"type": "string",
"isObjectId": true,
"title": "Large",
"description": "The large sized image for desktop devices",
"_backboneForms": {
Expand All @@ -68,7 +67,6 @@
},
"small": {
"type": "string",
"isObjectId": true,
"title": "Small",
"description": "The small sized image for mobile devices",
"_backboneForms": {
Expand Down Expand Up @@ -96,7 +94,7 @@
"title": "Target attribute",
"description": "This targets where to open the link. Acceptable values are '_blank' (opens the linked document in a new window or tab), '_parent' (opens the linked document in the parent frame), '_top' (opens the linked document in the full body of the window) or '_self' (opens the linked document in the same frame as it was selected. If no value is set, the default is '_blank'.",
"enum": [
"",
"",
"_blank",
"_self",
"_parent",
Expand Down

0 comments on commit 4d5f543

Please sign in to comment.