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

42 рядки
764 B

  1. {
  2. "kind": "collectionType",
  3. "collectionName": "jenis_kamars",
  4. "info": {
  5. "name": "JenisKamar",
  6. "description": ""
  7. },
  8. "options": {
  9. "increments": true,
  10. "timestamps": true,
  11. "draftAndPublish": true
  12. },
  13. "pluginOptions": {},
  14. "attributes": {
  15. "namaKamar": {
  16. "type": "string"
  17. },
  18. "hargaKamar": {
  19. "type": "biginteger"
  20. },
  21. "jumlahKamar": {
  22. "type": "biginteger"
  23. },
  24. "fasilitas_kamars": {
  25. "via": "jenis_kamar",
  26. "collection": "fasilitas-kamar"
  27. },
  28. "imgKamar": {
  29. "model": "file",
  30. "via": "related",
  31. "allowedTypes": [
  32. "images",
  33. "files",
  34. "videos"
  35. ],
  36. "plugin": "upload",
  37. "required": false,
  38. "pluginOptions": {}
  39. }
  40. }
  41. }