/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
templates/website/src/components/elements/plan.json
31 строка
551 B
Alexandre Bodin
chore(create-strapi-app): implement new templates system
26 авг 2024, 15:57
26 авг 2024, 15:57
c641525
Код
Авторство
О чём код?
{ "collectionName": "components_elements_plans", "info": { "name": "plan", "displayName": "Pricing plan", "icon": "search-dollar" }, "options": {}, "attributes": { "name": { "type": "string" }, "description": { "type": "text" }, "features": { "type": "component", "repeatable": true, "component": "elements.feature" }, "isRecommended": { "type": "boolean" }, "price": { "type": "decimal" }, "pricePeriod": { "type": "string" } } }