/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
templates/website/src/components/elements/testimonial.json
35 строк
643 B
Alexandre Bodin
chore(create-strapi-app): implement new templates system
26 авг 2024, 15:57
26 авг 2024, 15:57
c641525
Код
Авторство
О чём код?
{ "collectionName": "components_slices_testimonials", "info": { "name": "Testimonial", "displayName": "Testimonial", "icon": "user-check" }, "options": {}, "attributes": { "logo": { "allowedTypes": ["images"], "type": "media", "multiple": false, "required": false }, "picture": { "allowedTypes": ["images"], "type": "media", "multiple": false, "required": false }, "text": { "type": "text" }, "authorName": { "type": "string" }, "authorTitle": { "type": "string" }, "link": { "type": "string" } } }