{ "$schema": "../schemas/code-crispies-module-schema.json", "id": "playground", "title": "Playground", "description": "Experiment freely with HTML and CSS", "mode": "playground", "difficulty": "beginner", "excludeFromProgress": true, "lessons": [ { "id": "sandbox", "title": "HTML & CSS Editor", "mode": "playground", "description": "", "task": "", "previewHTML": "", "previewBaseCSS": "", "sandboxCSS": "", "initialCode": "\n\n

Hello World

\n

Write any HTML and CSS here!

", "solution": "", "previewContainer": "preview-area", "validations": [] } ] }