{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "albi-forms/form-block",
  "title": "Albi Form",
  "category": "widgets",
  "icon": "feedback",
  "description": "Select and display an Albi Form on your page.",
  "textdomain": "albi-forms",
  "attributes": {
    "formId": {
      "type": "number",
      "default": 0
    }
  },
  "editorScript": "file:./block.js"
}
