From e6961bfa1a566b66b4b2ff17b4f204f69e5c2596 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Sun, 1 Jun 2025 22:02:55 +0200 Subject: [PATCH] fix: remove deprecated properties --- schemas/code-crispies-module-schema.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/schemas/code-crispies-module-schema.json b/schemas/code-crispies-module-schema.json index db5bd96..61ac620 100644 --- a/schemas/code-crispies-module-schema.json +++ b/schemas/code-crispies-module-schema.json @@ -36,9 +36,7 @@ "previewHTML", "previewBaseCSS", "sandboxCSS", - "codePrefix", "initialCode", - "codeSuffix", "previewContainer", "validations" ], @@ -71,18 +69,10 @@ "type": "string", "description": "Additional CSS for the sandbox environment" }, - "codePrefix": { - "type": "string", - "description": "Code that appears before the editable area" - }, "initialCode": { "type": "string", "description": "Initial code provided in the editor" }, - "codeSuffix": { - "type": "string", - "description": "Code that appears after the editable area" - }, "solution": { "type": "string", "description": "Solution code for the lesson, if applicable"