Defines which css file to use when rendering the editor. Reg exp pattern
for validation is "^/[\w/\.-]{1,256}".
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ManagerTabAttribute(ManagerTab.Editor)] [CustomRegexStringValidatorAttribute("^[\s]*$|^(?:(?:~/|/)(?:[a-zA-Z0-9\-_\.!\~\*'\(\):@&=\+\$,]+/)*[\-\w]+\.[\w]+[\s]*,[\s]*)*(?:(?:~/|/)(?:[a-zA-Z0-9\-_\.!\~\*'\(\):@&=\+\$,]+/)*[\-\w]+\.[\w]+){1}[\s]*$", "The string must contain one or more comma-separated application- or host-relative virtual file paths, e.g. '~/folder/some.file, /another.file'.")] [ConfigurationPropertyAttribute("uiEditorCssPaths", DefaultValue = "", IsRequired = false)] public string UIEditorCssPaths { get; set; } |