/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/getstarted/src/components/basic/team-members.json
30 строк
567 B
Araksya Gevorgyan
feat(i18n): update all translatable content (#24658)
27 окт 2025, 13:58
Не верифицирован
27 окт 2025, 13:58
0038084
Код
Авторство
О чём код?
{ "collectionName": "components_basic_team_members", "info": { "displayName": "teamMembers", "icon": "emotionHappy" }, "options": {}, "attributes": { "name": { "type": "string" }, "role": { "type": "string" }, "photo": { "type": "media", "multiple": false, "allowedTypes": ["images", "files", "videos", "audios"] }, "bio": { "type": "blocks" }, "organization": { "type": "component", "component": "default.org", "repeatable": true } }, "config": {} }