fix: remove deprecated properties

This commit is contained in:
2025-06-01 22:02:55 +02:00
parent 0f88d1a938
commit e6961bfa1a

View File

@@ -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"