feat(vue-components,react-components): 组件表单配置修改
This commit is contained in:
@@ -18,9 +18,14 @@
|
||||
|
||||
export default [
|
||||
{
|
||||
text: '图片',
|
||||
type: 'data-source-field-select',
|
||||
name: 'src',
|
||||
type: 'data-source-input',
|
||||
text: '图片',
|
||||
checkStrictly: false,
|
||||
dataSourceFieldType: ['string'],
|
||||
fieldConfig: {
|
||||
type: 'img-upload',
|
||||
},
|
||||
},
|
||||
{
|
||||
text: '链接',
|
||||
|
||||
Reference in New Issue
Block a user