v10 question - specific for my Contentment pkg. I ...
# package-development
l
v10 question - specific for my Contentment pkg. I have a "Code Editor" that has config options for selecting the language/syntax and theme. e.g. https://github.com/leekelleher/umbraco-contentment/blob/develop/docs/editors/code-editor.md for v8/v9, I would scan the folder
~/umbraco/lib/ace-builds/src-min-noconflict/
and pick up the modes/themes. But with v10, these JS files are part of the static assets (I assume a RazorClassLibrary, I haven't looked into it) ... anyway, my question is: is there a way to still scan for those files in v10?