mirror of
https://github.com/strapi/strapi.git
synced 2025-11-30 17:18:24 +00:00
21 lines
351 B
JSON
21 lines
351 B
JSON
|
|
{
|
||
|
|
"info": {
|
||
|
|
"name": "slide",
|
||
|
|
"description": ""
|
||
|
|
},
|
||
|
|
"connection": "default",
|
||
|
|
"collectionName": "components_slides",
|
||
|
|
"attributes": {
|
||
|
|
"caption": {
|
||
|
|
"type": "string",
|
||
|
|
"default": "something"
|
||
|
|
},
|
||
|
|
"pictures": {
|
||
|
|
"model": "file",
|
||
|
|
"via": "related",
|
||
|
|
"plugin": "upload",
|
||
|
|
"multiple": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|