{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wp-travel-blocks/guide-code",
  "version": "0.1.0",
  "title": "Guide Code",
  "category": "wp-travel-guide-blocks",
  "icon": "editor-textcolor",
  "description": "Display guide code.",
  "attributes": {},
  "supports": {
    "html": false,
    "color": {
      "background": false,
      "color": true
    },
    "typography": {
      "fontSize": true
    }
  },
  "textdomain": "guide-code",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}