@eightshift/frontend-libs
Version:
A collection of useful frontend utility modules. powered by Eightshift
18 lines (17 loc) • 332 B
JSON
{
"$schema": "https://raw.githubusercontent.com/infinum/eightshift-frontend-libs/develop/schemas/component.json",
"componentName": "head",
"title": "Head",
"attributes": {
"headFavicon": {
"type": "string"
},
"headCharset": {
"type": "string",
"default": "utf-8"
},
"headName": {
"type": "string"
}
}
}