{ "$schema": "../../schemas/code-crispies-module-schema.json", "id": "playground", "title": "Playground", "description": "Freier HTML & CSS Spielplatz", "mode": "html", "difficulty": "beginner", "lessons": [ { "id": "playground", "title": "Playground", "description": "", "task": "", "previewHTML": "", "previewBaseCSS": "body { font-family: system-ui, sans-serif; padding: 20px; }", "sandboxCSS": "", "initialCode": "", "solution": "", "previewContainer": "preview-area", "validations": [] } ] }