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.

33 line
547 B

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