{
  "name": "MarkdownPro",
  "label": "Markdown",
  "description": "Renders a markdown block. Use for headings, instructions, or static explanations between widgets.",
  "category": "Content",
  "defaultWidth": 600,
  "defaultHeight": 300,
  "inputs": [
    {
      "name": "markdown",
      "type": "markdown",
      "label": "Markdown",
      "description": "All markdown features are supported, including tables, images, links, etc. You can also access translations using {{translation_key|fallback value}}.",
      "category": "Component Settings"
    }
  ]
}