Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

45 wiersze
755 B

  1. {
  2. "kind": "collectionType",
  3. "collectionName": "products_suzukis",
  4. "info": {
  5. "name": "ProductSuzuki",
  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": "text"
  19. },
  20. "price1": {
  21. "type": "biginteger"
  22. },
  23. "stock": {
  24. "type": "biginteger"
  25. },
  26. "img": {
  27. "collection": "file",
  28. "via": "related",
  29. "allowedTypes": [
  30. "images",
  31. "files",
  32. "videos"
  33. ],
  34. "plugin": "upload",
  35. "required": false
  36. },
  37. "price2": {
  38. "type": "biginteger"
  39. },
  40. "price": {
  41. "type": "biginteger"
  42. }
  43. }
  44. }