Skip to content

Commit 00926c0

Browse files
authored
feat: TinyPopeditor add auto-lookup attr (#1303)
1 parent f5707c3 commit 00926c0

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

designer-demo/public/mock/bundle.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10536,6 +10536,27 @@
1053610536
"zh_CN": "是否禁用"
1053710537
},
1053810538
"labelPosition": "left"
10539+
},
10540+
{
10541+
"property": "auto-lookup",
10542+
"label": {
10543+
"text": {
10544+
"zh_CN": "自动请求数据"
10545+
}
10546+
},
10547+
"required": false,
10548+
"readOnly": false,
10549+
"disabled": false,
10550+
"cols": 12,
10551+
"defaultValue": true,
10552+
"widget": {
10553+
"component": "CheckBoxConfigurator",
10554+
"props": {}
10555+
},
10556+
"description": {
10557+
"zh_CN": "初始化时是否自动请求数据,默认 true"
10558+
},
10559+
"labelPosition": "left"
1053910560
}
1054010561
]
1054110562
},

0 commit comments

Comments
 (0)