如何禁用工具栏中的裁剪按钮以除 vis css 之外的图像插件?配置不起作用。
Aloha.settings = {
plugins: {
image: {
'maxWidth': 600,
'minWidth': 3,
'maxHeight': 200,
'minHeight': 3,
ui: {
oneTab : false, //Place all ui components within one tab
insert : true,
reset : true,
aspectRatioToggle: true, // Toggle button for the aspect ratio
align : true, // Menu elements to show/hide in menu
resize : true, // Resize buttons
meta : true,
margin : false,
crop : false,
resizable : true, // Resizable ui-drag image
handles : 'ne, se, sw, nw'
}
}
}
}