November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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