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'
}
}
}
}