|
- {
- "kind": "collectionType",
- "collectionName": "products",
- "info": {
- "name": "Product",
- "description": ""
- },
- "options": {
- "increments": true,
- "timestamps": true,
- "draftAndPublish": true
- },
- "attributes": {
- "name": {
- "type": "string",
- "required": true,
- "unique": true
- },
- "description": {
- "type": "richtext"
- },
- "img": {
- "collection": "file",
- "via": "related",
- "allowedTypes": [
- "files",
- "images",
- "videos"
- ],
- "plugin": "upload",
- "required": true
- },
- "price": {
- "type": "float"
- },
- "overview1": {
- "type": "richtext"
- },
- "stock": {
- "type": "biginteger"
- },
- "film": {
- "type": "richtext"
- },
- "categories": {
- "type": "enumeration",
- "enum": [
- "matic",
- "maxi",
- "naked",
- "sport",
- "offroad",
- "moped",
- "monsterenergy",
- "cbu",
- "atv",
- "powerproduct"
- ]
- },
- "business_partner": {
- "model": "business-partner",
- "via": "products"
- },
- "couriers": {
- "collection": "courier",
- "via": "products",
- "dominant": true
- },
- "img_overview1": {
- "model": "file",
- "via": "related",
- "allowedTypes": [
- "images",
- "files",
- "videos"
- ],
- "plugin": "upload",
- "required": false
- },
- "overview2": {
- "type": "richtext"
- },
- "img_overview2": {
- "model": "file",
- "via": "related",
- "allowedTypes": [
- "images",
- "files",
- "videos"
- ],
- "plugin": "upload",
- "required": false
- },
- "overview3": {
- "type": "richtext"
- },
- "img_overview3": {
- "model": "file",
- "via": "related",
- "allowedTypes": [
- "images",
- "files",
- "videos"
- ],
- "plugin": "upload",
- "required": false
- },
- "overview4": {
- "type": "richtext"
- },
- "img_overview4": {
- "model": "file",
- "via": "related",
- "allowedTypes": [
- "images",
- "files",
- "videos"
- ],
- "plugin": "upload",
- "required": false
- },
- "overview5": {
- "type": "richtext"
- },
- "img_overview5": {
- "model": "file",
- "via": "related",
- "allowedTypes": [
- "images",
- "files",
- "videos"
- ],
- "plugin": "upload",
- "required": false
- },
- "overview6": {
- "type": "richtext"
- },
- "img_overview6": {
- "model": "file",
- "via": "related",
- "allowedTypes": [
- "images",
- "files",
- "videos"
- ],
- "plugin": "upload",
- "required": false
- },
- "overview7": {
- "type": "richtext"
- },
- "img_overview7": {
- "model": "file",
- "via": "related",
- "allowedTypes": [
- "images",
- "files",
- "videos"
- ],
- "plugin": "upload",
- "required": false
- },
- "overview8": {
- "type": "richtext"
- },
- "img_overview8": {
- "model": "file",
- "via": "related",
- "allowedTypes": [
- "images",
- "files",
- "videos"
- ],
- "plugin": "upload",
- "required": false
- },
- "overview9": {
- "type": "richtext"
- },
- "img_overview9": {
- "model": "file",
- "via": "related",
- "allowedTypes": [
- "images",
- "files",
- "videos"
- ],
- "plugin": "upload",
- "required": false
- },
- "overview10": {
- "type": "richtext"
- },
- "img_overview10": {
- "model": "file",
- "via": "related",
- "allowedTypes": [
- "images",
- "files",
- "videos"
- ],
- "plugin": "upload",
- "required": false
- },
- "spesifikasi_mesin": {
- "type": "richtext"
- },
- "spesifikasi_dimensi": {
- "type": "richtext"
- },
- "spesifikasi_rangka": {
- "type": "richtext"
- },
- "spesifikasi_kelistrikan": {
- "type": "richtext"
- },
- "otr_price_sumsel": {
- "type": "biginteger"
- },
- "otr_price_palembang": {
- "type": "biginteger"
- },
- "otr_price_bengkulu": {
- "type": "biginteger"
- }
- }
- }
|