mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-15 09:21:13 +08:00
fix(amis-saas-4371): 剔除布局容器中重复的状态配置项
Change-Id: I7a3eaa644cdb5c999b2176391d647d3bd1332920
This commit is contained in:
parent
33743c62a8
commit
7e230ee719
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "amis-editor",
|
"name": "amis-editor",
|
||||||
"version": "5.2.1-layout.5",
|
"version": "5.2.1-layout.6",
|
||||||
"description": "amis 可视化编辑器",
|
"description": "amis 可视化编辑器",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "esm/index.js",
|
"module": "esm/index.js",
|
||||||
|
@ -187,10 +187,6 @@ export class FlexPluginBase extends BasePlugin {
|
|||||||
body: [getSchemaTpl('className', {label: '外层CSS类名'})]
|
body: [getSchemaTpl('className', {label: '外层CSS类名'})]
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
},
|
|
||||||
{
|
|
||||||
title: '状态',
|
|
||||||
body: [getSchemaTpl('visible'), getSchemaTpl('disabled')]
|
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user