{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "interaction-boilerplate-creator/form",
  "version": "1.0.0",
  "title": "Create Boilerplate",
  "category": "widgets",
  "icon": "plugins-checked",
  "attributes": {
    "delayCreation": {
      "type": "number",
      "default": 3
    }
  },
  "description": "Create plugin boilerplates in the WordPress standard.",
  "supports": {
    "interactivity": true
  },
  "textdomain": "interaction-boilerplate-creator",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "viewScriptModule": "file:./view.js"
}