removes PropertyContextHelpOption from umbraco settings

This commit is contained in:
Shannon
2019-01-31 00:03:03 +11:00
parent f1b168fc46
commit 357da8ac6e
5 changed files with 1 additions and 19 deletions

View File

@@ -68,8 +68,6 @@ namespace Umbraco.Core.Configuration.UmbracoSettings
bool IContentSection.ResolveUrlsFromTextString => ResolveUrlsFromTextString;
string IContentSection.PropertyContextHelpOption => PropertyContextHelpOption;
string IContentSection.PreviewBadge => PreviewBadge;
MacroErrorBehaviour IContentSection.MacroErrorBehaviour => MacroErrors;

View File

@@ -16,9 +16,7 @@ namespace Umbraco.Core.Configuration.UmbracoSettings
bool ResolveUrlsFromTextString { get; }
IEnumerable<IContentErrorPage> Error404Collection { get; }
string PropertyContextHelpOption { get; }
string PreviewBadge { get; }
MacroErrorBehaviour MacroErrorBehaviour { get; }

View File

@@ -80,11 +80,6 @@ namespace Umbraco.Tests.Configurations.UmbracoSettings
Assert.IsTrue(SettingsSection.Content.CloneXmlContent);
}
[Test]
public void PropertyContextHelpOption()
{
Assert.AreEqual(SettingsSection.Content.PropertyContextHelpOption, "text");
}
[Test]
public void PreviewBadge()
{

View File

@@ -40,12 +40,6 @@
<disableHtmlEmail>true</disableHtmlEmail>
</notifications>
<!-- if true umbraco will ensure that no page under the same parent has an identical name -->
<ensureUniqueNaming>True</ensureUniqueNaming>
<!-- Show property descriptions in editing view "icon|text|none" -->
<PropertyContextHelpOption>text</PropertyContextHelpOption>
<cloneXmlContent>true</cloneXmlContent>
<PreviewBadge>

View File

@@ -39,9 +39,6 @@
<email>your@email.here</email>
</notifications>
<!-- Show property descriptions in editing view "icon|text|none" -->
<PropertyContextHelpOption>text</PropertyContextHelpOption>
<!-- The html injected into a (x)html page if Umbraco is running in preview mode -->
<PreviewBadge>
<![CDATA[