diff --git a/packages/plugins/theme-editor/src/server/plugin.ts b/packages/plugins/theme-editor/src/server/plugin.ts index 53a4154a4..8338316be 100644 --- a/packages/plugins/theme-editor/src/server/plugin.ts +++ b/packages/plugins/theme-editor/src/server/plugin.ts @@ -28,7 +28,7 @@ export class ThemeEditorPlugin extends Plugin { }, ], }); - this.app.acl.allow('themeConfig', '*'); + this.app.acl.allow('themeConfig', 'list', 'loggedIn'); } async install(options?: InstallOptions) {