Work.settings.json 694 Bytes
{
  "connection": "default",
  "collectionName": "works",
  "info": {
    "name": "work",
    "description": ""
  },
  "options": {
    "increments": true,
    "timestamps": true,
    "comment": ""
  },
  "attributes": {
    "title": {
      "type": "string"
    },
    "description": {
      "type": "text"
    },
    "cover_image_url": {
      "type": "text"
    },
    "pages": {
      "type": "json"
    },
    "create_time": {
      "type": "date"
    },
    "update_time": {
      "type": "date"
    },
    "is_publish": {
      "type": "boolean"
    },
    "is_template": {
      "type": "boolean"
    },
    "workforms": {
      "collection": "workform",
      "via": "work"
    }
  }
}