feat: add Playground module with full-height editor
This commit is contained in:
23
lessons/de/99-playground.json
Normal file
23
lessons/de/99-playground.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user