strapi-plugin-cookie-manager
Version:
21 lines • 357 B
JSON
{
"collectionName": "components_shared_cookie_button",
"info": {
"displayName": "Cookie Button",
"icon": "mouse-pointer"
},
"options": {},
"attributes": {
"buttonType": {
"type": "enumeration",
"enum": [
"Primary",
"Secondary",
"Text"
]
},
"label": {
"type": "string"
}
}
}