{
  "apiVersion": 3,
  "name": "fc/bar",
  "title": "Bar",
  "description": "A flyout element to display content to visitors.",
  "category": "fooconvert",
  "editorScript": "file:./editor/index.js",
  "editorStyle": "file:./editor/index.css",
  "viewScript": "file:./frontend/index.js",
  "viewStyle": "file:./frontend/index.css",
  "supports": {
    "lock": false,
    "multiple": false,
    "reusable": false,
    "className": false,
    "html": false
  },
  "attributes": {
    "template": {
      "type": "string"
    },
    "postId": {
      "type": "number"
    },
    "viewState": {
      "type": "string",
      "default": "open"
    },
    "styles": {
      "type": "object"
    },
    "settings": {
      "type": "object"
    },
    "openButton": {
      "type": "object"
    },
    "closeButton": {
      "type": "object"
    },
    "content": {
      "type": "object"
    }
  },
  "usesContext": [
    "postId"
  ],
  "providesContext": {
    "fc/postId": "postId",
    "fc-bar/viewState": "viewState",
    "fc-bar/settings": "settings",
    "fc-bar/styles": "styles",
    "fc-bar/openButton": "openButton",
    "fc-bar/closeButton": "closeButton"
  }
}