Skip to content

Commit

Permalink
feat(modulix-editor): display flashcards instruction before title.
Browse files Browse the repository at this point in the history
  • Loading branch information
dianeCdrPix committed Oct 28, 2024
1 parent 8d6d8eb commit b07b638
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modulix.json-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,13 @@ export const schema = {
"flashcards"
]
},
"title": {
"type": "string"
},
"instruction": {
"type": "string",
"format": "jodit"
},
"title": {
"type": "string"
},
"introImage": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -929,13 +929,13 @@ export const schema = {
"flashcards"
]
},
"title": {
"type": "string"
},
"instruction": {
"type": "string",
"format": "jodit"
},
"title": {
"type": "string"
},
"introImage": {
"type": "object",
"properties": {
Expand Down

0 comments on commit b07b638

Please sign in to comment.