forked from opentiny/tiny-engine
fix:按钮组数据编辑后显示出错 (#24)
This commit is contained in:
parent
7b71c38361
commit
5819a9cab4
|
@ -1915,7 +1915,9 @@
|
||||||
"cols": 12,
|
"cols": 12,
|
||||||
"widget": {
|
"widget": {
|
||||||
"component": "MetaCodeEditor",
|
"component": "MetaCodeEditor",
|
||||||
"props": {}
|
"props": {
|
||||||
|
"language": "json"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"zh_CN": ""
|
"zh_CN": ""
|
||||||
|
|
Loading…
Reference in New Issue