DNNCommunity / Dnn.StructuredContent

This is a proof of concept for a structured content solution for DNN Platform (formerly known as DotNetNuke). This should not be used in a production environment. Anything can change at this stage of development.
Other
13 stars 5 forks source link

Investigation if the ContentFieldTypeController should allow creating/updating #70

Open valadas opened 2 years ago

valadas commented 2 years ago

I believe that we cannot allow dynamically creating new content types as it involves some custom backend behaviour and we probably can kill all the methods that allow creating/editing in this controller.

valadas commented 2 years ago

Oh and same for deleting I guess