# Editorial theme block definitions (codeless .bnp, WO-TF-017). # # These are the theme's TRUE persona blocks — furniture with no builtin # equivalent. Everything else the theme used to ship as a block (masthead, # byline, pull quote, section label, colophon) is now a re-skin OVERRIDE of a # builtin (navbar, post-metadata, quote, divider, footer) and lives in # templates/overrides/editorial/. Keys are fully qualified (editorial:) # because the codeless loader registers definitions verbatim. blocks: - key: editorial:dropcap_intro title: Drop Cap Intro description: Opening paragraph whose first letter renders as an oxblood Playfair drop cap category: theme schema: dropcap_intro.schema.json template: dropcap_intro.ninjatpl - key: editorial:marginalia title: Marginalia Rail description: Right-rail italic notes for longform articles; collapses inline on narrow viewports category: theme schema: marginalia.schema.json template: marginalia.ninjatpl - key: editorial:reading_list title: Reading List description: A curated further-reading list — small-caps heading over hairline-ruled links with notes category: theme schema: reading_list.schema.json template: reading_list.ninjatpl - key: editorial:field_notes title: Field Notes description: Dated notebook entries in small caps, separated by hairline rules category: theme schema: field_notes.schema.json template: field_notes.ninjatpl