{
    "$schema": "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json",
    "data": {
        "properties": {
            "moduleTitle": {
                "title": "标题",
                "type": "string",
                "default": "基本信息",
                "x-index": 1
            },
            "moduleTitleVisible": {
                "title": "显示标题",
                "type": "boolean",
                "default": true,
                "x-index": 2,
                "x-category": "高级属性"
            },
            "moduleTitleColor": {
                "title": "标题颜色",
                "type": "string",
                "x-component": "color-string",
                "x-index": 3,
                "x-category": "高级属性"
            },
            "moduleTitleFontWeight": {
                "title": "标题字重",
                "type": "string",
                "enum": [
                    {
                        "label": "细",
                        "value": "lighter"
                    },
                    {
                        "label": "正常",
                        "value": "normal"
                    },
                    {
                        "label": "粗",
                        "value": "bolder"
                    }
                ],
                "default": "bolder",
                "x-index": 4,
                "x-category": "高级属性"
            },
            "moduleTitleFontSize": {
                "title": "标题字号",
                "type": "number",
                "default": 16,
                "minimum": 12,
                "x-index": 5,
                "x-category": "高级属性"
            },
            "moduleTitleLineHeight": {
                "title": "标题行高",
                "type": "string",
                "default": "1",
                "x-index": 6,
                "x-category": "高级属性"
            },
            "moduleContentColor": {
                "title": "正文颜色",
                "type": "string",
                "x-component": "color-string",
                "x-index": 7,
                "x-category": "高级属性"
            },
            "moduleContentFontWeight": {
                "title": "正文字重",
                "type": "string",
                "enum": [
                    {
                        "label": "细",
                        "value": "lighter"
                    },
                    {
                        "label": "正常",
                        "value": "normal"
                    },
                    {
                        "label": "粗",
                        "value": "bolder"
                    }
                ],
                "default": "normal",
                "x-index": 8,
                "x-category": "高级属性"
            },
            "moduleContentFontSize": {
                "title": "正文字号",
                "type": "number",
                "default": 13,
                "minimum": 12,
                "x-index": 9,
                "x-category": "高级属性"
            },
            "moduleContentLineHeight": {
                "title": "正文行高",
                "type": "string",
                "default": "1.5",
                "x-index": 10,
                "x-category": "高级属性"
            }
        }
    },
    "events": [
        {
            "title": "加载",
            "name": "flowLoad"
        }
    ],
    "platforms": ["web"],
    "meta": {
        "title": "基本信息",
        "description": "流程基本信息组件",
        "icon": "https://imgcache.qq.com/qcloud/lowcode/static/ide/left-material-icon/FlowCard.svg",
        "category": "模型组件",
        "categoryOrder": 2000,
        "componentOrder": 7,
        "visible": []
    }
}
