24 lines
625 B
JSON
24 lines
625 B
JSON
{
|
|
"$schema": "../../schemas/code-crispies-module-schema.json",
|
|
"id": "playground",
|
|
"title": "Playground",
|
|
"description": "Freier HTML & CSS Spielplatz",
|
|
"mode": "playground",
|
|
"difficulty": "beginner",
|
|
"lessons": [
|
|
{
|
|
"id": "playground",
|
|
"title": "Playground",
|
|
"description": "",
|
|
"task": "",
|
|
"previewHTML": "",
|
|
"previewBaseCSS": "",
|
|
"sandboxCSS": "",
|
|
"initialCode": "<style>\n body {\n font-family: system-ui, sans-serif;\n padding: 20px;\n }\n</style>\n\n<h1>Hallo Welt</h1>\n<p>Los geht's!</p>",
|
|
"solution": "",
|
|
"previewContainer": "preview-area",
|
|
"validations": []
|
|
}
|
|
]
|
|
}
|