{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/code-block",
  "title": "Code Block",
  "category": "necessary-blocks",
  "icon": "shortcode",
  "description": "Block for directly incorporating custom HTML, CSS, JavaScript and PHP codes into your WordPress pages.",
  "supports": {
    "html": false,
    "className": true,
    "align": [
      "wide",
      "full"
    ],
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true,
        "shadow": true
      }
    },
    "filter": {
      "duotone": true
    },
    "customClassName": true,
    "splitting": true
  },
  "attributes": {
    "classNames": {
      "type": "string"
    },
    "css": {
      "type": "string"
    },
    "customcode": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "default": "mix"
    },
    "language": {
      "type": "string",
      "default": "html"
    },
    "width": {
      "type": "string"
    },
    "height": {
      "type": "string"
    }
  },
  "keywords": [
    "Image Slider Block",
    "necessary Blocks",
    "Image Slider"
  ],
  "textdomain": "image-sliders",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}