Umbraco 14: Howto create a custom property page for the backoffice based on a ContentType?
We have an application that we want to port to Umbraco 14. The application works with a tree of objects in a special database and special code that queries and stores the objects.
In previous Umbraco versions we created our own section and custom tree to represent the structure of the data.
To actually edit the properties of an object we used the same Json data structures as Umbraco used for content. We created an IContent object from the data and converted this into a ContentItemDisplay using the UmbracoMapper. We could then use the code of the Umbraco content edit verb to edit the data.
Now, in Umbraco 14, I can also define Sections and Trees, but I don't know how to display a PropertyPage based on a ContentType in the back office. Is there a reference to this somewhere, or a tutorial?
Umbraco 14: Howto create a custom property page for the backoffice based on a ContentType?
We have an application that we want to port to Umbraco 14. The application works with a tree of objects in a special database and special code that queries and stores the objects.
In previous Umbraco versions we created our own section and custom tree to represent the structure of the data.
To actually edit the properties of an object we used the same Json data structures as Umbraco used for content. We created an IContent object from the data and converted this into a ContentItemDisplay using the UmbracoMapper. We could then use the code of the Umbraco content edit verb to edit the data.
Now, in Umbraco 14, I can also define Sections and Trees, but I don't know how to display a PropertyPage based on a ContentType in the back office. Is there a reference to this somewhere, or a tutorial?
is working on a reply...