revert: restore original Element Web config structure
This commit is contained in:
parent
361f02eddb
commit
47768c6761
@ -6,14 +6,22 @@ metadata:
|
|||||||
data:
|
data:
|
||||||
values.yaml: |
|
values.yaml: |
|
||||||
elementWeb:
|
elementWeb:
|
||||||
config:
|
additional:
|
||||||
brand: "aXion1337.Chat"
|
config.json: |
|
||||||
default_theme: "aXion1337 Dark"
|
{
|
||||||
setting_defaults:
|
"brand": "aXion1337.Chat",
|
||||||
custom_themes:
|
"default_theme": "aXion1337 Dark",
|
||||||
- name: "aXion1337 Dark"
|
"setting_defaults": {
|
||||||
is_dark: true
|
"custom_themes": [
|
||||||
colors:
|
{
|
||||||
accent-color: "#ffaf0f"
|
"name": "aXion1337 Dark",
|
||||||
primary-color: "#ffaf0f"
|
"is_dark": true,
|
||||||
secondary-color: "#ffaf0f"
|
"colors": {
|
||||||
|
"accent-color": "#ffaf0f",
|
||||||
|
"primary-color": "#ffaf0f",
|
||||||
|
"secondary-color": "#ffaf0f"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user