Skip to content

Commit

Permalink
Fix: _globals schema nesting (adaptlearning#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-allen-89 authored Mar 21, 2023
1 parent 6662fc9 commit dca3fc9
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions schema/course.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,23 @@
"type": "object",
"default": {},
"properties": {
"_graphic": {
"_components": {
"type": "object",
"default": {},
"properties": {
"ariaRegion": {
"type": "string",
"title": "ARIA region",
"default": "",
"_adapt": {
"translatable": true
"_graphic": {
"type": "object",
"title": "Graphic",
"default": {},
"properties": {
"ariaRegion": {
"type": "string",
"title": "ARIA region",
"default": "Graphic",
"_adapt": {
"translatable": true
}
}
}
}
}
Expand Down

0 comments on commit dca3fc9

Please sign in to comment.