1 | | <p>We need an option to disable our custom context menu, even if the plugin is loaded. The thing is that <code>contextmenu</code> plugin is required by plugins like <code>tabletools</code> or <code>liststyle</code>, where it's the only way to see the features added by the plugin.</p> |
2 | | <p>If we'd remove it from <code>required</code> property, this plugin would not be automatically picked by our online builder, so that's a no-go.</p> |
3 | | <p>But some customers provide custom implementation of UI, where context menu is not needed.</p> |
| 1 | We need an option to disable our custom context menu, even if the plugin is loaded. The thing is that `contextmenu` plugin is required by plugins like `tabletools` or `liststyle`, where it's the only way to see the features added by the plugin. |
| 2 | |
| 3 | If we'd remove it from `required` property, this plugin would not be automatically picked by our online builder, so that's a no-go. |
| 4 | |
| 5 | But some customers provide custom implementation of UI, where context menu is not needed. |