fix(themeEditor): should allow all roles to use (#2538)
This commit is contained in:
parent
643594abad
commit
d1f4f0d29a
@ -28,6 +28,7 @@ export class ThemeEditorPlugin extends Plugin {
|
||||
},
|
||||
],
|
||||
});
|
||||
this.app.acl.allow('themeConfig', '*');
|
||||
}
|
||||
|
||||
async install(options?: InstallOptions) {
|
||||
|
Loading…
Reference in New Issue
Block a user