{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "faqtastic/context",
  "title": "FAQtastic Context",
  "category": "widgets",
  "icon": "nametag",
  "usesContext": [ "postId" ],
  "supports": {
      "align": true,
      "html": false
  },
  "attributes": {
    "title": {
      "type": "string",
      "default": "Context"
    },
    "headingLevel": {
      "type": "string",
      "default": "h4"
    }
  },
  "textdomain": "faqtastic",
  "editorScript": "file:./editContext.js"
}