{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "simple-definition-list-blocks/div",
  "title": "DIV Tag",
  "icon": "portfolio",
  "description": "Add a div tag for inside the dl tag.",
  "textdomain": "simple-definition-list-blocks",
  "category": "text",
  "parent": [ "simple-definition-list-blocks/list" ],
  "keywords": [ "definition list", "div" ],
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "supports": {
    "spacing": {
      "padding": true,
      "margin": true
    }
  }
}
