fix(administration): add theme preview

This commit is contained in:
Francis Lachapelle
2022-05-12 16:11:23 -04:00
parent 1e9ae3184b
commit 33217456fc
7 changed files with 133 additions and 4 deletions
@@ -45,6 +45,16 @@
stateUser: stateUser,
stateFolder: stateFolder
}
})
.state('administration.theme', {
url: '/theme',
views: {
module: {
templateUrl: 'UIxThemePreview', // UI/Templates/Administration/UIxThemePreview.wox
controller: 'ThemePreviewController',
controllerAs: 'ctrl'
}
}
});
// if none of the above states are matched, use this as the fallback