Disable export?

Is it possible to disable Servoy’s export functionality (under the file menu)? I’m needing to shut this down for security reasons.

yes.

//Enable the export feature of this plugin
plugins.textxport.exportEnabled = false;
var isEnabled = plugins.textxport.exportEnabled;

perfect! thanks harjo.