| @@ -35,7 +35,7 @@ | |||||
| "plugin": "upload", | "plugin": "upload", | ||||
| "required": false | "required": false | ||||
| }, | }, | ||||
| "category": { | |||||
| "category_sparepart": { | |||||
| "type": "enumeration", | "type": "enumeration", | ||||
| "enum": [ | "enum": [ | ||||
| "YGP", | "YGP", | ||||
| @@ -47,39 +47,6 @@ | |||||
| }, | }, | ||||
| "stock": { | "stock": { | ||||
| "type": "string" | "type": "string" | ||||
| }, | |||||
| "img_relate1": { | |||||
| "model": "file", | |||||
| "via": "related", | |||||
| "allowedTypes": [ | |||||
| "images", | |||||
| "files", | |||||
| "videos" | |||||
| ], | |||||
| "plugin": "upload", | |||||
| "required": false | |||||
| }, | |||||
| "img_relate2": { | |||||
| "model": "file", | |||||
| "via": "related", | |||||
| "allowedTypes": [ | |||||
| "images", | |||||
| "files", | |||||
| "videos" | |||||
| ], | |||||
| "plugin": "upload", | |||||
| "required": false | |||||
| }, | |||||
| "img_relate3": { | |||||
| "model": "file", | |||||
| "via": "related", | |||||
| "allowedTypes": [ | |||||
| "images", | |||||
| "files", | |||||
| "videos" | |||||
| ], | |||||
| "plugin": "upload", | |||||
| "required": false | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| @@ -2,7 +2,8 @@ | |||||
| "kind": "collectionType", | "kind": "collectionType", | ||||
| "collectionName": "dealers", | "collectionName": "dealers", | ||||
| "info": { | "info": { | ||||
| "name": "Dealers" | |||||
| "name": "Dealers", | |||||
| "description": "" | |||||
| }, | }, | ||||
| "options": { | "options": { | ||||
| "increments": true, | "increments": true, | ||||
| @@ -27,6 +28,24 @@ | |||||
| }, | }, | ||||
| "location": { | "location": { | ||||
| "type": "richtext" | "type": "richtext" | ||||
| }, | |||||
| "img": { | |||||
| "model": "file", | |||||
| "via": "related", | |||||
| "allowedTypes": [ | |||||
| "images", | |||||
| "files", | |||||
| "videos" | |||||
| ], | |||||
| "plugin": "upload", | |||||
| "required": false | |||||
| }, | |||||
| "region": { | |||||
| "type": "enumeration", | |||||
| "enum": [ | |||||
| "Sumsel", | |||||
| "Bengkulu" | |||||
| ] | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||