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>
17 lines
445 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|