Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously an unversioned directory inside ~/src/blockninja-themes/earthen. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
17 lines
439 B
JSON
17 lines
439 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "Botanical Divider",
|
|
"description": "SVG section break with hand-illustrated botanical motif",
|
|
"type": "object",
|
|
"properties": {
|
|
"motif": {
|
|
"type": "string",
|
|
"title": "Motif",
|
|
"description": "Botanical illustration used for the divider",
|
|
"x-editor": "select",
|
|
"enum": ["fern", "root", "seed"],
|
|
"default": "fern"
|
|
}
|
|
}
|
|
}
|