yogastic/strapi-yoga/src/components/shared/media.json
Schneider Roland ed6e5089ec add strapi
2024-12-30 18:11:00 +01:00

16 lines
280 B
JSON

{
"collectionName": "components_shared_media",
"info": {
"displayName": "Media",
"icon": "file-video"
},
"options": {},
"attributes": {
"file": {
"allowedTypes": ["images", "files", "videos"],
"type": "media",
"multiple": false
}
}
}