Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: isObjectId removed from schema to allow external assets to be added (fixes #204) #205

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading