themes-art-deco/schemas/divider_fan.schema.json
Alex Dunmow 9fbedf5ba1 initial: theme plugin art-deco
Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously
an unversioned directory inside ~/src/blockninja-themes/art-deco.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-06 14:11:19 +08:00

17 lines
445 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Fan Divider",
"description": "Pure-CSS geometric gold divider — sunburst, scallop or ziggurat.",
"type": "object",
"properties": {
"variant": {
"type": "string",
"title": "Variant",
"description": "Choose the divider motif.",
"x-editor": "select",
"default": "sunburst",
"enum": ["sunburst", "scallop", "ziggurat"]
}
}
}