Custom Module

Kim Tompkins asked on December 15, 2022 23:38

I am creating a custom module in K13 MVC I am unable to reference the object type when binding fields or on the properties tab in the UI setup.
I have created my resource strings like this ObjectType.ContentZoneManager_ContentZone I think that is all I need to do so that these classes will show up in the object type dropdown list. I have cleared the cache and I have even added the strings to the CMS/CMSResources/CMS.resx file manually ( saw that suggestion in some article somewhere)

Recent Answers


Brenden Kehren answered on December 16, 2022 21:44

If you've not built the CMS project with the custom code files in it then they will not be available. The custom code for those classes needs to be compiled, then on app start up it will be registered in the CMS and you'll be able to see it in the UI as a selection.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.