Configuration Options
{
"packageEntry": "@treeseed/ui/components/react/RichMarkdownEditor",
"defaultProps": {
"label": "Rich markdown",
"name": "rich_markdown",
"required": true
},
"configurableProps": [
{
"name": "initialMarkdown",
"type": "string",
"defaultValue": "# Build a resilient launch loop",
"description": "Initial editor document."
},
{
"name": "required",
"type": "boolean",
"defaultValue": true,
"description": "Requires content before submit."
}
]
}