Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

58 Zeilen
995 B

  1. {
  2. "kind": "collectionType",
  3. "collectionName": "ygps",
  4. "info": {
  5. "name": "YGP_Unit",
  6. "description": ""
  7. },
  8. "options": {
  9. "increments": true,
  10. "timestamps": true,
  11. "draftAndPublish": true
  12. },
  13. "attributes": {
  14. "name": {
  15. "type": "string"
  16. },
  17. "part_code": {
  18. "type": "string"
  19. },
  20. "price": {
  21. "type": "biginteger"
  22. },
  23. "stock": {
  24. "type": "biginteger"
  25. },
  26. "description": {
  27. "type": "richtext"
  28. },
  29. "img": {
  30. "model": "file",
  31. "via": "related",
  32. "allowedTypes": [
  33. "images",
  34. "files",
  35. "videos"
  36. ],
  37. "plugin": "upload",
  38. "required": false
  39. },
  40. "otr_price_sumsel": {
  41. "type": "biginteger"
  42. },
  43. "otr_price_palembang": {
  44. "type": "biginteger"
  45. },
  46. "otr_price_bengkulu": {
  47. "type": "biginteger"
  48. },
  49. "yg_part": {
  50. "via": "ygp_units",
  51. "model": "yg-part"
  52. },
  53. "berat": {
  54. "type": "biginteger"
  55. }
  56. }
  57. }