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