您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

33 行
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. }