fix: remove deprecated properties
This commit is contained in:
@@ -36,9 +36,7 @@
|
|||||||
"previewHTML",
|
"previewHTML",
|
||||||
"previewBaseCSS",
|
"previewBaseCSS",
|
||||||
"sandboxCSS",
|
"sandboxCSS",
|
||||||
"codePrefix",
|
|
||||||
"initialCode",
|
"initialCode",
|
||||||
"codeSuffix",
|
|
||||||
"previewContainer",
|
"previewContainer",
|
||||||
"validations"
|
"validations"
|
||||||
],
|
],
|
||||||
@@ -71,18 +69,10 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Additional CSS for the sandbox environment"
|
"description": "Additional CSS for the sandbox environment"
|
||||||
},
|
},
|
||||||
"codePrefix": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "Code that appears before the editable area"
|
|
||||||
},
|
|
||||||
"initialCode": {
|
"initialCode": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Initial code provided in the editor"
|
"description": "Initial code provided in the editor"
|
||||||
},
|
},
|
||||||
"codeSuffix": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "Code that appears after the editable area"
|
|
||||||
},
|
|
||||||
"solution": {
|
"solution": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Solution code for the lesson, if applicable"
|
"description": "Solution code for the lesson, if applicable"
|
||||||
|
|||||||
Reference in New Issue
Block a user