Bootstrapped during the 2026-06-06 BlockNinja consolidation. Was previously an unversioned directory inside ~/src/blockninja-themes/magazine-bold. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
24 lines
590 B
JSON
24 lines
590 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "Issue Archive",
|
|
"description": "Numbered list of back-issues driven by a bucket query.",
|
|
"type": "object",
|
|
"properties": {
|
|
"bucketSlug": {
|
|
"type": "string",
|
|
"title": "Issues Bucket",
|
|
"description": "Bucket that holds the issue rows.",
|
|
"x-editor": "bucket-picker"
|
|
},
|
|
"limit": {
|
|
"type": "integer",
|
|
"title": "Limit",
|
|
"description": "How many issues to render.",
|
|
"x-editor": "number",
|
|
"minimum": 1,
|
|
"maximum": 50,
|
|
"default": 12
|
|
}
|
|
}
|
|
}
|