mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: disable create grid temporarily
This commit is contained in:
parent
65993b7205
commit
9073351cbb
@ -28,7 +28,7 @@ class GridPluginBuilder implements PluginBuilder {
|
||||
|
||||
class GridPluginConfig implements PluginConfig {
|
||||
@override
|
||||
bool get creatable => true;
|
||||
bool get creatable => false;
|
||||
}
|
||||
|
||||
class GridPlugin extends Plugin {
|
||||
|
Loading…
Reference in New Issue
Block a user