Work.settings.json 872 Bytes
{
  "connection": "default",
  "collectionName": "works",
  "info": {
    "name": "work",
    "description": ""
  },
  "options": {
    "increments": true,
    "timestamps": [
      "created_at",
      "updated_at"
    ],
    "comment": ""
  },
  "attributes": {
    "title": {
      "type": "string"
    },
    "description": {
      "type": "text"
    },
    "cover_image_url": {
      "type": "text"
    },
    "pages": {
      "type": "json"
    },
    "is_publish": {
      "type": "boolean"
    },
    "is_template": {
      "type": "boolean"
    },
    "page_mode": {
      "type": "enumeration",
      "enum": [
        "h5_swipper",
        "h5_long_page",
        "h5_form"
      ],
      "default": "h5_swipper"
    },
    "height": {
      "type": "integer",
      "default": 568
    },
    "width": {
      "type": "integer",
      "default": 320
    }
  }
}