{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "simple-definition-list-blocks/term",
  "title": "DT Tag",
  "icon": "info-outline",
  "description": "Add a dt tag for inside the dl tag.",
  "textdomain": "simple-definition-list-blocks",
  "category": "text",
  "parent": [
    "simple-definition-list-blocks/list",
    "simple-definition-list-blocks/div"
  ],
  "attributes": {
    "content": {
      "type": "string",
      "source": "html",
      "selector": "dt.wp-block-simple-definition-list-blocks-term"
    }
  },
  "supports": {
    "anchor": true,
    "spacing": {
      "padding": true,
      "margin": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    }
  },
  "keywords": [ "definition list", "dt" ],
  "editorScript": "file:./index.js"
}
