Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mike Poole 52 posts 164 karma points
    Feb 19, 2019 @ 16:08
    Mike Poole
    0

    Reimport "(Obsolete Content Picker" property editor into Umbraco

    We have site where a user went to the Data Types, saw we had a Content Picker data type using "(Obsolete) Content Picker" (Umbraco.ContentPickerAlias) and changed it to Umbraco.ContentPicker2

    Our code relies on the obsolete one currently and now he cannot set the content we want him to.

    Is there a way to recreate/reimport the Obsolete property editor into Umbraco?

  • Marc Goodson 2133 posts 14273 karma points MVP 8x c-trib
    Feb 19, 2019 @ 17:49
    Marc Goodson
    100

    Hi Mike

    You can add a setting to UmbracoSettings.config called showDepreciatedPropertyEditors, set this to true; eg

    <showDeprecatedPropertyEditors>true</showDeprecatedPropertyEditors>
    

    recycle the application pool - and you should be able to change your Data Type back to the old one (it will be prefixed with (obsolete) in the list.

    regards

    marc

Please Sign in or register to post replies

Write your reply to:

Draft