Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously an unversioned directory inside ~/src/blockninja-themes/coffee. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
17 lines
425 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|