disableBuiltInPlugins property

List<BuiltInPluginType> disableBuiltInPlugins
final

Built-in plugin types to leave out of the console. Built-in plugins are opt-out, so an empty list (the default) registers all of them.

Implementation

final List<BuiltInPluginType> disableBuiltInPlugins;