themes-editorial/schemas/dropcap_intro.schema.json
Alex Dunmow 1d9a4c8ce6 initial: theme plugin editorial
Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously
an unversioned directory inside ~/src/blockninja-themes/editorial.

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

15 lines
445 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Drop Cap Intro",
"description": "Opening paragraph whose first letter renders as an oxblood Playfair drop cap.",
"type": "object",
"properties": {
"lead": {
"type": "string",
"title": "Lead Paragraph",
"description": "The first paragraph of the article. The first letter is auto-extracted as a drop cap.",
"x-editor": "richtext"
}
}
}