{
  "defaults": {
    "text": "Comic speech bubble text"
  },
  "replace": {
    "text": {
      "type": "text",
      "default": "Comic speech bubble text"
    },
    "width": {
      "type": "number",
      "default": 100
    },
    "height": {
      "type": "number",
      "default": 100
    },
    "align": {
      "type": "select",
      "default": "center",
      "options": [
        "left",
        "center",
        "right"
      ]
    },
    "font-family": {
      "type": "select",
      "default": "Arial",
      "options": [
        "Architects Daughter",
        "News Cycle",
        "Indie Flower",
        "Amatic SC",
        "Schoolbell",
        "Just Another Hand",
        "Neucha",
        "Handlee",
        "Roboto",
        "Inconsolata"
      ]
    },
    "font-size": {
      "type": "number",
      "default": 15
    },
    "font-weight": {
      "type": "select",
      "default": "normal",
      "options": [
        "normal",
        "bold",
        "bolder",
        "lighter",
        "100",
        "200",
        "300",
        "400",
        "500",
        "600",
        "700",
        "800",
        "900"
      ]
    },
    "pointerx": {
      "type": "number",
      "default": 130
    },
    "pointery": {
      "type": "number",
      "default": 50
    },
    "padding": {
      "type": "number",
      "default": 5
    },
    "fill": {
      "type": "color",
      "default": "#FFFFFF"
    },
    "line-height": {
      "type": "number",
      "default": 1
    },
    "x": {
      "type": "number",
      "default": 0
    },
    "y": {
      "type": "number",
      "default": 0
    },
    "scale": {
      "type": "number",
      "default": 1,
      "attrs": {
        "step": 0.1,
        "min": 0
      }
    },
    "rough": {
      "type": "number",
      "default": 2.5,
      "attrs": {
        "step": 0.1,
        "min": 0
      }
    }
  }
}
