Work.settings.json 638 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"
    },
    "workforms": {
      "collection": "workform",
      "via": "work"
    }
  }
}