mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Update to customFiles - Object instead of array (#7384)
* Updated to use Object instead of array, still supports old array
This commit is contained in:
@@ -347,6 +347,18 @@
|
||||
"autoAcceptIfNoUser": false,
|
||||
"oldStyle": true
|
||||
},
|
||||
"_customFiles": {
|
||||
"desktop-theme": {
|
||||
"css": ["theme.css"],
|
||||
"js": ["theme.js"],
|
||||
"scope": ["all"]
|
||||
},
|
||||
"mobile-theme": {
|
||||
"css": ["theme.css", "test.css"],
|
||||
"js": ["analytics.js", "test.js"],
|
||||
"scope": ["login2", "login"]
|
||||
}
|
||||
},
|
||||
"_notificationMessages": {
|
||||
"title": "MeshCentral",
|
||||
"desktop": "{0} started a remote desktop session.",
|
||||
|
||||
Reference in New Issue
Block a user