Skip to content

Commit 6eb783f

Browse files
MikeListerajhillman-ddj
authored andcommitted
Add headingLevel input to +page.svelte
1 parent 8ec192f commit 6eb783f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/routes/components/ui/accordion/+page.svelte

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@
110110
2,
111111
),
112112
},
113+
{
114+
name: "headingLevel",
115+
category: "Content",
116+
isProp: true,
117+
inputType: "input",
118+
value: "h4",
119+
},
113120
{
114121
name: "hideAllSections",
115122
category: "UI Toggle Labels",

0 commit comments

Comments
 (0)