Update file paths in config schema (CustomFiles) (#7516)
Just a final review of PR #7505
Melo at Github committed
Dec 24, 2025 at 06:04 UTC
808053d4736458d71d9f0355384056f24bc69f9a
1 file changed
+2
-2
meshcentral-config-schema.json
+2
-2
@@ -2036,14 +2036,14 @@
2036
"items": {
2037
"type": "string"
2038
},
2039
- "description": "Ordered list of custom CSS files to load. Files are loaded in the specified order after the default custom.css. Place files in the meshcentral-data/public/styles/ directory. Example: [\"theme.css\", \"overrides.css\", \"mobile.css\"]"
2039
+ "description": "Ordered list of custom CSS files to load. Files are loaded in the specified order after the default custom.css. Place files in the meshcentral-web/public/styles/ directory. Example: [\"theme.css\", \"overrides.css\", \"mobile.css\"]"
2040
},
2041
"js": {
2042
"type": "array",
2043
"items": {
2044
"type": "string"
2045
},
2046
- "description": "Ordered list of custom JavaScript files to load. Files are loaded in the specified order after the default custom.js. Place files in the meshcentral-data/public/scripts/ directory. Example: [\"analytics.js\", \"custom-functions.js\", \"ui-enhancements.js\"]"
2046
+ "description": "Ordered list of custom JavaScript files to load. Files are loaded in the specified order after the default custom.js. Place files in the meshcentral-web/public/scripts/ directory. Example: [\"analytics.js\", \"custom-functions.js\", \"ui-enhancements.js\"]"
2047
},
2048
"scope": {
2049
"type": "array",