mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +03:00
fix(config): add missing entries
This commit is contained in:
parent
88d0ef3ef2
commit
3d08bd1370
2 changed files with 5 additions and 1 deletions
|
@ -50,6 +50,8 @@ openvk:
|
||||||
- "Good luck filling! If you are a regular support agent, inform the administrator that he forgot to fill the config"
|
- "Good luck filling! If you are a regular support agent, inform the administrator that he forgot to fill the config"
|
||||||
messages:
|
messages:
|
||||||
strict: false
|
strict: false
|
||||||
|
music:
|
||||||
|
exposeOriginalURLs: true
|
||||||
wall:
|
wall:
|
||||||
christian: false
|
christian: false
|
||||||
anonymousPosting:
|
anonymousPosting:
|
||||||
|
@ -101,7 +103,8 @@ openvk:
|
||||||
bellsAndWhistles:
|
bellsAndWhistles:
|
||||||
fartscroll: false
|
fartscroll: false
|
||||||
testLabel: false
|
testLabel: false
|
||||||
defaultMobileTheme: "z"
|
defaultMobileTheme: ""
|
||||||
|
defaultFeaturePhoneTheme: ""
|
||||||
logs: true
|
logs: true
|
||||||
|
|
||||||
telemetry:
|
telemetry:
|
||||||
|
|
|
@ -104,6 +104,7 @@ openvk:
|
||||||
fartscroll: false
|
fartscroll: false
|
||||||
testLabel: false
|
testLabel: false
|
||||||
defaultMobileTheme: ""
|
defaultMobileTheme: ""
|
||||||
|
defaultFeaturePhoneTheme: ""
|
||||||
logs: true
|
logs: true
|
||||||
|
|
||||||
telemetry:
|
telemetry:
|
||||||
|
|
Loading…
Reference in a new issue