Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously an unversioned directory inside ~/src/blockninja-themes/brutalist. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
30 lines
806 B
JSON
30 lines
806 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "Studio Masthead",
|
|
"description": "Oversized studio wordmark with mono index counter top-right",
|
|
"type": "object",
|
|
"properties": {
|
|
"studioName": {
|
|
"type": "string",
|
|
"title": "Studio Name",
|
|
"description": "Wordmark text rendered at display size",
|
|
"x-editor": "text",
|
|
"default": "STUDIO"
|
|
},
|
|
"tagline": {
|
|
"type": "string",
|
|
"title": "Tagline",
|
|
"description": "Short tagline rendered below the wordmark",
|
|
"x-editor": "text"
|
|
},
|
|
"indexNumber": {
|
|
"type": "string",
|
|
"title": "Index Counter",
|
|
"description": "Mono index counter top-right, e.g. 01 / 14",
|
|
"x-editor": "text",
|
|
"default": "01 / 14"
|
|
}
|
|
},
|
|
"required": ["studioName"]
|
|
}
|