mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
refactor: replace plugin type with layout type
This commit is contained in:
@ -34,7 +34,7 @@ class TrashPluginBuilder extends PluginBuilder {
|
||||
String get menuName => "TrashPB";
|
||||
|
||||
@override
|
||||
PluginType get pluginType => DefaultPlugin.trash.type();
|
||||
PluginType get pluginType => PluginType.trash;
|
||||
}
|
||||
|
||||
class TrashPluginConfig implements PluginConfig {
|
||||
|
Reference in New Issue
Block a user