@eightshift/frontend-libs
Version:
A collection of useful frontend utility modules. powered by Eightshift
31 lines (30 loc) • 479 B
JSON
{
"$schema": "https://raw.githubusercontent.com/infinum/eightshift-frontend-libs/develop/schemas/block.json",
"blockName": "card",
"title": "Card",
"description" : "Card with custom settings.",
"category": "eightshift",
"icon": {
"src": "es-card"
},
"keywords": [
"Service",
"Box",
"Card"
],
"components": {
"card": "card"
},
"options": {
"cardCardIntroSize": [
"h4",
"h5",
"h6"
],
"cardCardHeadingSize": [
"h2",
"h3",
"h4"
]
}
}