- this.allThemes.removeObject(model);
- this.router.transitionTo("adminCustomizeThemes");
- });
- },
- });
- }
- @action
- showThemeSettingsEditor() {
- this.dialog.alert({
- title: "Edit Settings",
- bodyComponent: ThemeSettingsEditor,
- bodyComponentModel: { model: this.model, controller: this },
- class: "theme-settings-editor-dialog",
- });
- }
- @action
- switchType() {
- const relatives = this.get("model.component")
- ? this.get("model.parentThemes")