{
    "$schema": "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json",
    "data": {
        "properties": {
            "value": {
                "title": "内容",
                "type": "string",
                "x-component": "textarea",
                "default": "<p style='color:red'>这是富文本</p>",
                "x-category": "基础属性",
                "x-index": 1,
                "description": "更改富文本的展示内容，支持使用html语言进行富文本内容的编辑"
            }
        }
    },
    "meta": {
        "title": "富文本展示",
        "description": "用于对富文本类型的数据进行转换与展示。",
        "category": "展示",
        "categoryOrder": 400,
        "componentOrder": 300,
        "icon": "../icons/RichTextView.svg"
    },
    "configMeta": {
        "docsUrl": "https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/show/RichTextView",
        "shortcut": {
            "props": ["value"]
        }
    }
}
