{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "dm-code-snippet/code-snippet-block-dm",
  "version": "2.0.4",
  "title": "Code Snippet DM",
  "category": "embed",
  "icon": "smiley",
  "description": "This is the code block to display Code Snippet DM",
  "keywords": [
    "code",
    "snippet",
    "dm"
  ],
  "supports": {
    "html": false
  },
  "textdomain": "code-snippet-block-dm",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "attributes": {
    "content": {
      "type": "string"
    },
    "theme": {
      "type": "string",
      "default": "dark"
    },
    "backgroundColor": {
      "type": "string",
      "default": "#abb8c3"
    },
    "slim": {
      "type": "boolean",
      "default": false
    },
    "lineNumbers": {
      "type": "boolean",
      "default": false
    },
    "backgroundColorStatus": {
      "type": "boolean",
      "default": true
    },
    "backgroundColorMobileStatus": {
      "type": "boolean",
      "default": false
    },
    "maxHeight": {
      "type": "string",
      "default": ""
    },
    "copyText": {
      "type": "string",
      "default": "Copy Code"
    },
    "afterCopyText": {
      "type": "string",
      "default": "Copied"
    },
    "language": {
      "type": "string",
      "default": "php"
    },
    "wrapCode": {
      "type": "boolean",
      "default": false
    }
  }
}