{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "snow-monkey-blocks",
  "name": "snow-monkey-blocks/directory-structure-item-directory",
  "title": "Directory",
  "description": "Display a directory item",
  "category": "smb",
  "parent": [
    "snow-monkey-blocks/directory-structure"
  ],
  "attributes": {
    "name": {
      "type": "string",
      "source": "html",
      "selector": ".smb-directory-structure__item__name",
      "default": "",
      "role": "content"
    },
    "iconVendor": {
      "type": "string",
      "default": "fas"
    },
    "iconClass": {
      "type": "string",
      "default": "folder"
    },
    "iconColor": {
      "type": "string"
    },
    "templateLock": {
      "type": [
        "string",
        "boolean"
      ],
      "enum": [
        "all",
        "insert",
        "contentOnly",
        false
      ]
    }
  },
  "supports": {
    "html": false,
    "color": {
      "background": false,
      "link": true,
      "text": true
    },
    "typography": {
      "fontSize": true,
      "__experimentalFontFamily": true,
      "__experimentalTextDecoration": true,
      "__experimentalFontStyle": true,
      "__experimentalFontWeight": true,
      "__experimentalLetterSpacing": true,
      "__experimentalTextTransform": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "contentRole": true
  },
  "editorScript": "file:./index.js"
}