/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
templates/website/src/components/links/button-link.json
26 строк
464 B
Alexandre Bodin
chore(create-strapi-app): implement new templates system
26 авг 2024, 15:57
26 авг 2024, 15:57
c641525
Код
Авторство
О чём код?
{ "collectionName": "components_links_buttons", "info": { "name": "Button-link", "displayName": "Button link", "icon": "fingerprint", "description": "" }, "options": {}, "attributes": { "url": { "type": "string" }, "newTab": { "type": "boolean", "default": false }, "text": { "type": "string" }, "type": { "type": "enumeration", "enum": ["primary", "secondary"] } } }