{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "simple-definition-list-blocks/list",
  "title": "DL Tag",
  "icon": "page",
  "textdomain": "simple-definition-list-blocks",
  "description": "dl tag. You can add dt tag, dd tag, or div tag inside.",
  "category": "text",
  "keywords": [ "definition list", "dl" ],
  "supports": {
    "spacing": {
      "padding": true,
      "margin": true
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}
