Developer forum

Forum » Development » ContentModule and AddIn

ContentModule and AddIn

Gaëtan Di Caro
Reply

Hello,

 

I'm developing a ContentModule (for a paragraph) which should have several parameters. Is it possible to use all the AddIn attributes to configure it instead of having to write a backend page ?

 

Thanks


Replies

 
Morten Bengtson Dynamicweb Employee
Morten Bengtson
Reply
This post has been marked as an answer

Hi Gaƫtan,

No. That would be way too easy ;-)
It has been added as a feature request (46635). I can't say anything about when or if this will be implemented though.
Consider using items instead, if possible.


Best regards,
Morten

Votes for this answer: 1
 
Gaëtan Di Caro
Reply

Awesome, thanks ! Not that I don't like to write good old ASP.NET but... No, actually I hate it.

 

When you say to use Items do you mean simply use a paragraph item instead of a content module ?

 
Morten Bengtson Dynamicweb Employee
Morten Bengtson
Reply

Yes, you can often achieve the same by using a paragraph item and a razor template.

 
Gaëtan Di Caro
Reply

Yes absolutely. In my case, it is a bit special as I actually want my feature to be closed and self-contained in a module.

Thanks for your help

 

You must be logged in to post in the forum