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