@eightshift/frontend-libs
Version:
A collection of useful frontend utility modules. powered by Eightshift
17 lines (16 loc) • 390 B
JSON
{
"$schema": "https://raw.githubusercontent.com/infinum/eightshift-frontend-libs/develop/schemas/component.json",
"componentName": "copyright",
"title": "Copyright",
"componentClass": "copyright",
"attributes": {
"copyrightUse": {
"type": "boolean",
"default": true
},
"copyrightContent": {
"type": "string",
"default": "Made with ❤️ by Team Eightshift"
}
}
}