Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously an unversioned directory inside ~/src/blockninja-themes/y2k. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
16 lines
370 B
JSON
16 lines
370 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "Glitter Divider",
|
|
"description": "Animated sparkle horizontal rule.",
|
|
"type": "object",
|
|
"properties": {
|
|
"variant": {
|
|
"type": "string",
|
|
"title": "Variant",
|
|
"x-editor": "select",
|
|
"enum": ["sparkle", "stars", "hearts", "chrome"],
|
|
"default": "sparkle"
|
|
}
|
|
}
|
|
}
|