# Sci-Fi Clean theme — persona block definitions (codeless .bnp). # Keys are fully qualified (scifi-clean:): the codeless loader registers # definitions verbatim (no PluginBlockRegistry prefixing in the codeless path), # and the qualified keys match the data-block attributes + master_pages / seed # references. These four are TRUE persona furniture that no builtin covers; # every duplicating theme block (footer, hero, stats, status bar, image # caption) is now a builtin OVERRIDE under templates/overrides/scifi-clean/. blocks: - key: scifi-clean:tech_spec title: Tech Spec Table description: Specification sheet with right-aligned mono numerals, units, and hairline rows. category: content schema: tech_spec.schema.json template: tech_spec.ninjatpl - key: scifi-clean:benchmark_table title: Benchmark Table description: Labelled benchmark bars with mono values and a technical-blue fill track. category: content schema: benchmark_table.schema.json template: benchmark_table.ninjatpl - key: scifi-clean:telemetry_grid title: Telemetry Grid description: Grid of HUD readout tiles with mono figures, units, deltas, and optional ticking counters. category: content schema: telemetry_grid.schema.json template: telemetry_grid.ninjatpl - key: scifi-clean:changelog_console title: Changelog Console description: Terminal-style release log with version, date, and note per entry. category: content schema: changelog_console.schema.json template: changelog_console.ninjatpl