mirror of
https://github.com/strapi/strapi.git
synced 2025-11-25 14:41:15 +00:00
20 lines
332 B
JSON
20 lines
332 B
JSON
{
|
|
"info": {
|
|
"name": "slide",
|
|
"description": ""
|
|
},
|
|
"connection": "default",
|
|
"collectionName": "components_slides",
|
|
"attributes": {
|
|
"caption": {
|
|
"type": "string",
|
|
"default": "something"
|
|
},
|
|
"pictures": {
|
|
"collection": "file",
|
|
"via": "related",
|
|
"plugin": "upload"
|
|
}
|
|
}
|
|
}
|