Controls which html tags that should not be preserved in "Remove format" action in editor.
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ManagerTabAttribute(ManagerTab.Editor)] [ConfigurationPropertyAttribute("uiEditorUnformattingPersistedTags", DefaultValue = "p|div|br|ul|li|ol", IsRequired = false)] [CustomRegexStringValidatorAttribute("^([a-z]|[A-Z])+(\|([a-z]|[A-Z])+)*$", "string should be a '|' separated string of html tags")] public string UIEditorUnformattingPersistedTags { get; set; } |