themes-y2k/schemas/glitter_divider.schema.json
Alex Dunmow 49f9c90589 initial: theme plugin y2k
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>
2026-06-06 14:11:46 +08:00

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"
}
}
}