Theme: Add /theme-playground route (#111974)
* add basic theme-playground page * basic theme playground * generate schema * sort of include the schema * proper json schema * add base theme * bit of tidy up * don't use appEvents.emit * tidy up ThemeDemo * extract translations * add CODEOWNERS
This commit is contained in:
+2
-1
@@ -44,7 +44,8 @@
|
||||
"outputs": [
|
||||
"{workspaceRoot}/public/sass/_variables.generated.scss",
|
||||
"{workspaceRoot}/public/sass/_variables.dark.generated.scss",
|
||||
"{workspaceRoot}/public/sass/_variables.light.generated.scss"
|
||||
"{workspaceRoot}/public/sass/_variables.light.generated.scss",
|
||||
"{workspaceRoot}/public/app/features/theme-playground/schema.json"
|
||||
],
|
||||
"cache": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user