mirror of
https://github.com/strapi/strapi.git
synced 2025-07-24 17:40:18 +00:00
22 lines
366 B
JSON
22 lines
366 B
JSON
{
|
|
"info": {
|
|
"name": "slider",
|
|
"description": ""
|
|
},
|
|
"connection": "default",
|
|
"collectionName": "components_sliders",
|
|
"attributes": {
|
|
"title": {
|
|
"type": "string",
|
|
"required": true
|
|
},
|
|
"slide": {
|
|
"component": "default.slide",
|
|
"type": "component",
|
|
"repeatable": true,
|
|
"min": 1,
|
|
"max": 5
|
|
}
|
|
}
|
|
}
|