London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Didn't think about testing without the '-' there... Now it works as expected.
Thanks for your help!
I've filed this as a bug:
#12001 Css files that should be used in UIEditorCssPaths cannot contain hyphens
Hi,
I have the need to specify two css files for the editor. AFAIK, this should be possible, separating each css file with a comma:
uiEditorCssPaths="/king/styles/editor.css,/king/styles/editor-internal.css"
But when I try this, I get the following error:
Värdet på egenskapen uiEditorCssPaths är ogiltigt. Felet är: The string must contain one or more comma-separated application- or host-relative virtual file paths, e.g. '~/folder/some.file, /another.file'.
So, basically the error message tells me to use the format I've used, but won't allow it for some reason (incorrect validation regex?).
What gives?
Reagrds,
/Patrik