themes-noir/blocks/caption_strip.schema.json

21 lines
587 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Caption Strip",
"description": "Full-width 10px mono caption strip with a label on the left and supporting text on the right.",
"type": "object",
"properties": {
"label": {
"type": "string",
"title": "Label",
"description": "Left-aligned label (e.g. 'INDEX', 'PLATE 01').",
"x-editor": "text"
},
"right": {
"type": "string",
"title": "Right Text",
"description": "Right-aligned supporting text (e.g. copyright, date).",
"x-editor": "text"
}
}
}