Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

26 rader
429 B

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