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 #533) (#534)
  • Loading branch information
joe-allen-89 authored Dec 11, 2024
1 parent f378b02 commit a042f66
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
4 changes: 0 additions & 4 deletions schema/article.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"properties": {
"_xlarge": {
"type": "string",
"isObjectId": true,
"title": "Extra Large",
"description": "Extra large background image, e.g. hd laptop/desktop computers",
"_backboneForms": {
Expand All @@ -76,7 +75,6 @@
},
"_large": {
"type": "string",
"isObjectId": true,
"title": "Large",
"description": "Large background image, e.g. laptop/desktop computers",
"_backboneForms": {
Expand All @@ -86,7 +84,6 @@
},
"_medium": {
"type": "string",
"isObjectId": true,
"title": "Medium",
"description": "Medium background image, e.g. tablet devices",
"_backboneForms": {
Expand All @@ -96,7 +93,6 @@
},
"_small": {
"type": "string",
"isObjectId": true,
"title": "Small",
"description": "Small background image, e.g. mobile / cellphones",
"_backboneForms": {
Expand Down
4 changes: 0 additions & 4 deletions schema/block.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"properties": {
"_xlarge": {
"type": "string",
"isObjectId": true,
"title": "Extra large",
"description": "Extra large background image, e.g. hd laptop/desktop computers",
"_backboneForms": {
Expand All @@ -76,7 +75,6 @@
},
"_large": {
"type": "string",
"isObjectId": true,
"title": "Large",
"description": "Large background image, e.g. laptop/desktop computers",
"_backboneForms": {
Expand All @@ -86,7 +84,6 @@
},
"_medium": {
"type": "string",
"isObjectId": true,
"title": "Medium",
"description": "Medium background image, e.g. tablet devices",
"_backboneForms": {
Expand All @@ -96,7 +93,6 @@
},
"_small": {
"type": "string",
"isObjectId": true,
"title": "Small",
"description": "Small background image, e.g. mobile / cellphones",
"_backboneForms": {
Expand Down
8 changes: 0 additions & 8 deletions schema/contentobject.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"properties": {
"_xlarge": {
"type": "string",
"isObjectId": true,
"title": "Extra large",
"description": "Extra large background image, e.g. hd laptop/desktop computers",
"_backboneForms": {
Expand All @@ -30,7 +29,6 @@
},
"_large": {
"type": "string",
"isObjectId": true,
"title": "Large",
"description": "Large background image, e.g. laptop/desktop computers",
"_backboneForms": {
Expand All @@ -40,7 +38,6 @@
},
"_medium": {
"type": "string",
"isObjectId": true,
"title": "Medium",
"description": "Medium background image, e.g. tablet devices",
"_backboneForms": {
Expand All @@ -50,7 +47,6 @@
},
"_small": {
"type": "string",
"isObjectId": true,
"title": "Small",
"description": "Small background image, e.g. mobile / cellphones",
"_backboneForms": {
Expand Down Expand Up @@ -200,7 +196,6 @@
"properties": {
"_xlarge": {
"type": "string",
"isObjectId": true,
"title": "Extra large",
"description": "Extra large background image, e.g. hd laptop/desktop computers",
"_backboneForms": {
Expand All @@ -210,7 +205,6 @@
},
"_large": {
"type": "string",
"isObjectId": true,
"title": "Large",
"description": "Large background image, e.g. laptop/desktop computers",
"_backboneForms": {
Expand All @@ -220,7 +214,6 @@
},
"_medium": {
"type": "string",
"isObjectId": true,
"title": "Medium",
"description": "Medium background image, e.g. tablet devices",
"_backboneForms": {
Expand All @@ -230,7 +223,6 @@
},
"_small": {
"type": "string",
"isObjectId": true,
"title": "Small",
"description": "Small background image, e.g. mobile / cellphones",
"_backboneForms": {
Expand Down
1 change: 0 additions & 1 deletion schema/course.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"properties": {
"_src": {
"type": "string",
"isObjectId": true,
"title": "Image",
"description": "Select a favicon to improve user experience and enforce brand consistency. This will be displayed in places like your browser's address bar, page tabs and bookmarks menu. Usually, a favicon is 16 x 16 pixels in size and stored in the GIF, PNG, or ICO file format.",
"_backboneForms": {
Expand Down

0 comments on commit a042f66

Please sign in to comment.