add strapi
This commit is contained in:
parent
9c63d511a9
commit
b305967a7e
29 changed files with 4330 additions and 1 deletions
15
strapi/src/components/shared/media.json
Normal file
15
strapi/src/components/shared/media.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"collectionName": "components_shared_media",
|
||||
"info": {
|
||||
"displayName": "Media",
|
||||
"icon": "file-video"
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"file": {
|
||||
"allowedTypes": ["images", "files", "videos"],
|
||||
"type": "media",
|
||||
"multiple": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue