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 c09003a commit e5e629fCopy full SHA for e5e629f
adminforth/types/Back.ts
@@ -473,7 +473,7 @@ export interface IAdminForthPlugin {
473
* (only for case when we are creating copy of resource and activating plugins)
474
* If false, multiple instances of plugin can be installed on different resources.
475
*/
476
- shouldHaveSingleInstancePerWholeApp(): boolean;
+ shouldHaveSingleInstancePerWholeApp?(): boolean;
477
478
/**
479
* Optional method which will be called after AdminForth discovers all resources and their columns.
0 commit comments