Fixes: U4-5822 Can't create my own implementation of a PropertyvalueConverter for MacroContainer
This commit is contained in:
@@ -14,6 +14,7 @@ namespace Umbraco.Web.PropertyEditors.ValueConverters
|
||||
/// </summary>
|
||||
[PropertyValueType(typeof (IHtmlString))]
|
||||
[PropertyValueCache(PropertyCacheValue.All, PropertyCacheLevel.Request)]
|
||||
[DefaultPropertyValueConverter]
|
||||
public class MacroContainerValueConverter : PropertyValueConverterBase
|
||||
{
|
||||
public override bool IsConverter(PublishedPropertyType propertyType)
|
||||
|
||||
@@ -9,6 +9,7 @@ namespace Umbraco.Web.PropertyEditors.ValueConverters
|
||||
{
|
||||
[PropertyValueType(typeof(IHtmlString))]
|
||||
[PropertyValueCache(PropertyCacheValue.All, PropertyCacheLevel.Request)]
|
||||
[DefaultPropertyValueConverter]
|
||||
public class MarkdownEditorValueConverter : PropertyValueConverterBase
|
||||
{
|
||||
public override bool IsConverter(PublishedPropertyType propertyType)
|
||||
|
||||
Reference in New Issue
Block a user