{
  "apiVersion": 3,
  "title": "Relative Posts",
  "name": "brandy/relative-posts",
  "category": "brandy-blocks",
  "description": "Displays posts which are related with current post page",
  "attributes": {
    "queryId": {
      "type": "number"
    },
    "query": {
      "type": "object",
      "default": {
        "relatedBy": "category",
        "orderBy": "title",
        "order": "asc",
        "perPage": 3,
        "offset": 0,
        "categoryIds": [],
        "tagIds": [],
        "exclude": []
      }
    }
  },
  "example": {
    "viewportWidth": 1400,
    "attributes": {}
  },
  "providesContext": {
    "query": "query",
    "displayLayout": "displayLayout",
    "queryId": "queryId"
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}