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

52 行
839 B

  1. {
  2. "kind": "collectionType",
  3. "collectionName": "dealers",
  4. "info": {
  5. "name": "Dealers",
  6. "description": ""
  7. },
  8. "options": {
  9. "increments": true,
  10. "timestamps": true,
  11. "draftAndPublish": true
  12. },
  13. "attributes": {
  14. "name": {
  15. "type": "string"
  16. },
  17. "kota_dealer": {
  18. "type": "string"
  19. },
  20. "address": {
  21. "type": "text"
  22. },
  23. "telp": {
  24. "type": "biginteger"
  25. },
  26. "email": {
  27. "type": "email"
  28. },
  29. "location": {
  30. "type": "richtext"
  31. },
  32. "img": {
  33. "model": "file",
  34. "via": "related",
  35. "allowedTypes": [
  36. "images",
  37. "files",
  38. "videos"
  39. ],
  40. "plugin": "upload",
  41. "required": false
  42. },
  43. "region": {
  44. "type": "enumeration",
  45. "enum": [
  46. "Sumsel",
  47. "Bengkulu"
  48. ]
  49. }
  50. }
  51. }