digitalmarketplace-frontend
Version:
Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects
39 lines (38 loc) • 1.16 kB
JSON
[
{
"name": "title",
"type": "string",
"required": true,
"description": "Message of the title heading element."
},
{
"name": "text",
"type": "string",
"required": true,
"description": "Text message below the title heading element. If `html` is provided, the `text` argument is not required and will be ignored."
},
{
"name": "html",
"type": "string",
"required": true,
"description": "HTML message below the title heading element. If `html` is provided, the `text` argument is not required and will be ignored."
},
{
"name": "headingLevel",
"type": "integer",
"required": false,
"description": "The level of the heading element of the title, default is 2."
},
{
"name": "classes",
"type": "string",
"required": false,
"description": "Classes to add to the banner's div container."
},
{
"name": "attributes",
"type": "object",
"required": false,
"description": "HTML attributes to add to the banner's div container."
}
]