Update file paths in config schema (CustomFiles) (#7505)
TheDevRyan committed
Dec 20, 2025 at 13:02 UTC
75fc39be547587455a6bb4f4103e3061733afaed
1 file changed
+2
-2
meshcentral-config-schema.json
+2
-2
@@ -2008,14 +2008,14 @@
2008
"items": {
2009
"type": "string"
2010
},
2011
- "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\"]"
2011
+ "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\"]"
2012
},
2013
"js": {
2014
"type": "array",
2015
"items": {
2016
"type": "string"
2017
},
2018
- "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\"]"
2018
+ "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\"]"
2019
},
2020
"scope": {
2021
"type": "array",