/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
templates/website/src/components/sections/large-video.json
29 строк
551 B
Alexandre Bodin
chore(create-strapi-app): implement new templates system
26 авг 2024, 15:57
26 авг 2024, 15:57
c641525
Код
Авторство
О чём код?
{ "collectionName": "components_slices_large_videos", "info": { "name": "LargeVideo", "displayName": "Large video", "icon": "play-circle" }, "options": {}, "attributes": { "title": { "type": "string" }, "description": { "type": "string" }, "video": { "allowedTypes": ["videos"], "type": "media", "multiple": false, "required": true }, "poster": { "allowedTypes": ["images"], "type": "media", "multiple": false, "required": false } } }