feat: theme code injection
This commit is contained in:
11
client/graph/admin/theme/theme-query-config.gql
Normal file
11
client/graph/admin/theme/theme-query-config.gql
Normal file
@@ -0,0 +1,11 @@
|
||||
query {
|
||||
theming {
|
||||
config {
|
||||
theme
|
||||
darkMode
|
||||
injectCSS
|
||||
injectHead
|
||||
injectBody
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user