mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 17:18:31 +00:00
feat: disable grid
This commit is contained in:
parent
a323073244
commit
733b6f7176
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue