I have this use case where I need to group different blocks under specific GroupNames. The problem I have encountered is that I don't know how to make a block installed through an add-on to be part of a GroupName.
For example, I have defined the Blogs GruopName (Global.GroupNames.Blogs)and besides all my custom Blogs related blocks, I need to make the Disqus Comments Block (from Duk.EPiServer.Disqus addon) to be part of the same Blogs GroupName.
Hi guys,
I have this use case where I need to group different blocks under specific GroupNames. The problem I have encountered is that I don't know how to make a block installed through an add-on to be part of a GroupName.
For example, I have defined the Blogs GruopName (Global.GroupNames.Blogs) and besides all my custom Blogs related blocks, I need to make the Disqus Comments Block (from Duk.EPiServer.Disqus addon) to be part of the same Blogs GroupName.
What would be the best approach to do this?