mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
chore: disable create calendar in v0.1.3
This commit is contained in:
parent
d3363aba0f
commit
5a654711ec
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class CalendarPluginBuilder extends PluginBuilder {
|
|||
|
||||
class CalendarPluginConfig implements PluginConfig {
|
||||
@override
|
||||
bool get creatable => true;
|
||||
bool get creatable => false;
|
||||
}
|
||||
|
||||
class CalendarPlugin extends Plugin {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue