Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

43 рядки
713 B

  1. {
  2. "kind": "collectionType",
  3. "collectionName": "yg_parts",
  4. "info": {
  5. "name": "YGPart",
  6. "description": ""
  7. },
  8. "options": {
  9. "increments": true,
  10. "timestamps": true,
  11. "draftAndPublish": true
  12. },
  13. "attributes": {
  14. "name": {
  15. "type": "string"
  16. },
  17. "img": {
  18. "model": "file",
  19. "via": "related",
  20. "allowedTypes": [
  21. "images",
  22. "files",
  23. "videos"
  24. ],
  25. "plugin": "upload",
  26. "required": false
  27. },
  28. "ygp_units": {
  29. "collection": "ygp",
  30. "via": "yg_part"
  31. },
  32. "description": {
  33. "type": "text"
  34. },
  35. "price1": {
  36. "type": "biginteger"
  37. },
  38. "price2": {
  39. "type": "biginteger"
  40. }
  41. }
  42. }