themes-coffee/blocks/doodle_divider.schema.json
Alex Dunmow 1a6cc30202 feat: convert to codeless .bnp — templates + manifest, Go/templ deleted (WO-WZ-021)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 15:30:42 +08:00

17 lines
425 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Doodle Divider",
"description": "Inline SVG divider in one of four hand-drawn motifs",
"type": "object",
"properties": {
"motif": {
"type": "string",
"title": "Motif",
"description": "Which doodle to render",
"default": "beans",
"x-editor": "select",
"enum": ["beans", "croissant", "cup", "leaf"]
}
}
}