Do the instructions at the bottom of this page https://theme.co/docs/code-editors for adding a custom code editor theme work for locally hosted css theme files? I have attempted to specify the url for a locally hosted css file and it does not use the file.
If this is not the correct approach, please advise.
I know it isn’t an issue with the .css file itself, because to test this, I simply copied, and renamed a working editor css file from the cornerstone/assets/css/codemirror-themes directory.
I can set the path in this function to an existing css file in this directory and it works just fine. This makes me think an additional change is necessary somewhere to make it recognize a new css file.
UPDATE: I figured out a way to make it work, unfortunately this requires adding my css file and updating an existing file in the parent theme as opposed to my child theme which of course is never a good idea.
If I recreate the path and files that require changes in the child theme, it isn’t recognized. Please advise on how this can be done without modifying the parent theme.