{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "dos-dialog/ms-dos-dialog",
  "version": "1.1.0",
  "title": "MS DOS Dialog",
  "category": "text",
  "icon": "desktop",
  "description": "A Gutenberg block that displays your text in the form of an old MS DOS dialog box.",
  "attributes": {
    "window_title": {
      "type": "string",
      "source": "text",
      "selector": ".dos-dialog-title"
    },
    "message": {
      "type": "string",
      "source": "html",
      "selector": ".dos-dialog-message"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "dos-dialog",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}