You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
545 B

  1. {
  2. "kind": "collectionType",
  3. "collectionName": "carousels",
  4. "info": {
  5. "name": "Carousel",
  6. "description": ""
  7. },
  8. "options": {
  9. "increments": true,
  10. "timestamps": true,
  11. "draftAndPublish": true
  12. },
  13. "attributes": {
  14. "img": {
  15. "collection": "file",
  16. "via": "related",
  17. "allowedTypes": [
  18. "images",
  19. "files",
  20. "videos"
  21. ],
  22. "plugin": "upload",
  23. "required": false
  24. },
  25. "business_partner": {
  26. "model": "business-partner",
  27. "via": "carousels"
  28. }
  29. }
  30. }