benjaminpalko/strapi/src/components/shared/media.json
Benjamin Palko b2844e8d76
Some checks failed
Deployment / Deploy website (push) Failing after 1m9s
Deployment / Deploy strapi (push) Successful in 2m59s
strapi (#3)
Co-authored-by: Benjamin Palko <benjaminpalko@hotmail.com>
Reviewed-on: #3
2025-05-03 23:35:06 -04:00

15 lines
257 B
JSON

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