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 #204)
  • Loading branch information
joe-allen-89 committed Nov 8, 2024
1 parent 5134f5a commit c319afc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions schema/course.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"properties": {
"_src": {
"type": "string",
"isObjectId": true,
"title": "Source",
"description": "This image will appear above the menu page title",
"_backboneForms": {
Expand All @@ -81,7 +80,6 @@
"properties": {
"_xlarge": {
"type": "string",
"isObjectId": true,
"title": "Extra large",
"description": "Extra large background image, e.g. hd laptop/desktop computers",
"_backboneForms": {
Expand All @@ -91,7 +89,6 @@
},
"_large": {
"type": "string",
"isObjectId": true,
"title": "Large",
"description": "Large background image, e.g. laptop/desktop computers",
"_backboneForms": {
Expand All @@ -101,7 +98,6 @@
},
"_medium": {
"type": "string",
"isObjectId": true,
"title": "Medium",
"description": "Medium background image, e.g. tablet devices",
"_backboneForms": {
Expand All @@ -111,7 +107,6 @@
},
"_small": {
"type": "string",
"isObjectId": true,
"title": "Small",
"description": "Small background image, e.g. mobile / cellphones",
"_backboneForms": {
Expand Down Expand Up @@ -232,7 +227,6 @@
"properties": {
"_xlarge": {
"type": "string",
"isObjectId": true,
"title": "Extra large",
"description": "Extra large background image, e.g. hd laptop/desktop computers",
"_backboneForms": {
Expand All @@ -242,7 +236,6 @@
},
"_large": {
"type": "string",
"isObjectId": true,
"title": "Large",
"description": "Large background image, e.g. laptop/desktop computers",
"_backboneForms": {
Expand All @@ -252,7 +245,6 @@
},
"_medium": {
"type": "string",
"isObjectId": true,
"title": "Medium",
"description": "Medium background image, e.g. tablet devices",
"_backboneForms": {
Expand All @@ -262,7 +254,6 @@
},
"_small": {
"type": "string",
"isObjectId": true,
"title": "Small",
"description": "Small background image, e.g. mobile / cellphones",
"_backboneForms": {
Expand Down

0 comments on commit c319afc

Please sign in to comment.