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?
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 toUmbraco.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?
Hi Mike
You can add a setting to UmbracoSettings.config called showDepreciatedPropertyEditors, set this to true; eg
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
is working on a reply...