We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f224bf8 commit b762151Copy full SHA for b762151
frontend/app_flowy/lib/startup/plugin/plugin.dart
@@ -56,7 +56,7 @@ abstract class PluginBuilder {
56
57
ViewDataTypePB get dataType => ViewDataTypePB.Text;
58
59
- ViewLayoutTypePB? get subDataType => null;
+ ViewLayoutTypePB? get subDataType => ViewLayoutTypePB.Document;
60
}
61
62
abstract class PluginConfig {
0 commit comments