Commit 7ca66b20 by Torkel Ödegaard Committed by GitHub

PluginState: Update comment

parent ba158e72
......@@ -6,7 +6,7 @@ import { LiveChannelSupport } from './live';
export enum PluginState {
alpha = 'alpha', // Only included if `enable_alpha` config option is true
beta = 'beta', // Will show a warning banner
stable = 'stable', // Will show a warning banner
stable = 'stable', // Will not show anything
deprecated = 'deprecated', // Will continue to work -- but not show up in the options to add
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment