Reputation: 13
How can I create a custom module in administration > modules and services? The explanation given under "Create Custom Module" in https://www.progress.com/documentation/sitefinity-cms/overview-custom-modules is somewhat similar to my requirement but I couldn't find any documentation on how to create it. I want to add the logic for the actions the module will perform when getting added to a Sitefinity CMS site.
Upvotes: 0
Views: 248
Reputation: 3793
Do you really need a custom module? That's normally created with code.
Most common thing people need is a custom content type, aka Dynamic Module.
This is created from Administration > Module Builder
This will create a module for you and then you can see it under Modules and Services.
Update: You can download Sitefinity Thunder from here: https://marketplace.visualstudio.com/items?itemName=vs-publisher-443.ProgressSitefinityThunder
It comes with many Visual Studio project templates, one of which is a Custom Module template. You can use that to create the necessary module.
Upvotes: 1