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
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
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
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 ?
Yes, you can often achieve the same by using a paragraph item and a razor template.
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