In the simplest case your extension is immediately active in all Beebox projects and has no configuration options. In this page we discuss configuration options.
Active / Inactive by default
Specifies whether your extension, upon installation, is immediately activated in all Beebox projects or not. Make sure to chose the right option.
Your preference is coded using the EnableByDefault property:
public override bool EnableByDefault { get { return true; } }
If you return true, the extension is automatically enabled in all Beebox projects upon installation. If you return false, it is disabled.
The Beebox administrator can explicitly enable or disable your extension individually per project from the project settings page:
You can also view