File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Umbraco.Core/Configuration/Models Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class RequestHandlerSettings
19
19
internal const string StaticConvertUrlsToAscii = "try" ;
20
20
internal const bool StaticEnableDefaultCharReplacements = true ;
21
21
22
- internal static readonly CharItem [ ] DefaultCharCollection =
22
+ internal static readonly Umbraco . Cms . Core . Configuration . Models . CharItem [ ] DefaultCharCollection =
23
23
{
24
24
new ( ) { Char = " " , Replacement = "-" } ,
25
25
new ( ) { Char = "\" " , Replacement = string . Empty } ,
@@ -84,9 +84,9 @@ public class RequestHandlerSettings
84
84
/// <summary>
85
85
/// Add additional character replacements, or override defaults
86
86
/// </summary>
87
- public IEnumerable < CharItem > UserDefinedCharCollection { get ; set ; }
87
+ public IEnumerable < Umbraco . Cms . Core . Configuration . Models . CharItem > UserDefinedCharCollection { get ; set ; }
88
88
89
- [ Obsolete ( "Use CharItem in the Umbraco.Cms.Core.Configuration.Models namespace instead." ) ]
89
+ [ Obsolete ( "Use CharItem in the Umbraco.Cms.Core.Configuration.Models namespace instead. Scheduled for removal in V10. " ) ]
90
90
public class CharItem : IChar
91
91
{
92
92
/// <inheritdoc/>
You can’t perform that action at this time.
0 commit comments