[
  {
    "name": "text",
    "type": "text",
    "widget": "html",
    "label": "Table",
    "default": "<table class=\"h5p-table\"><thead><tr><th scope=\"col\">Heading Column 1</th><th scope=\"col\">Heading Column 2</th></tr></thead><tbody><tr><td>Row 1 Col 1</td><td>Row 1 Col 2</td></tr><tr><td>Row 2 Col 1</td><td>Row 2 Col 2</td></tr></tbody></table>",
    "tags": [
      "strong",
      "em",
      "del",
      "a",
      "table"
    ]
  }
]