chore: disable create board

This commit is contained in:
appflowy 2022-08-14 16:05:14 +08:00
parent 24ca8da8c8
commit 445d5f6222

View File

@ -31,7 +31,7 @@ class BoardPluginBuilder implements PluginBuilder {
class BoardPluginConfig implements PluginConfig {
@override
bool get creatable => true;
bool get creatable => false;
}
class BoardPlugin extends Plugin {