refactor: shorten lesson titles and improve content
- Shorten verbose lesson titles for better sidebar display - Minor content improvements across lessons
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"$schema": "../schemas/code-crispies-module-schema.json",
|
||||
"id": "html-details-summary",
|
||||
"title": "Details & Summary: Disclosure Widgets",
|
||||
"title": "Disclosure",
|
||||
"description": "Create expandable content sections without JavaScript",
|
||||
"mode": "html",
|
||||
"difficulty": "beginner",
|
||||
"lessons": [
|
||||
{
|
||||
"id": "details-summary-basic",
|
||||
"title": "Your First Disclosure Widget",
|
||||
"title": "First Widget",
|
||||
"description": "The <kbd><details></kbd> element creates a collapsible section. The <kbd><summary></kbd> provides the clickable label.<br><br>Click the summary to toggle the hidden content - no JavaScript needed!",
|
||||
"task": "Create a <kbd><details></kbd> element with:<br>1. A <kbd><summary></kbd> saying 'Click to reveal'<br>2. A <kbd><p></kbd> with the text 'This content was hidden!'",
|
||||
"previewHTML": "",
|
||||
|
||||
Reference in New Issue
Block a user