Based on Radoslav Georgiev blog post about adding custom widget to the sidebar here I am going to add some additional modification to enable filtering by taxonomies in the backend grid for modules built using the Module Builder. First we need to extend the DynamicCommandWidget which I am going to ...
Since the release of the module builder we've been asked number of times how to add filters to the dynamic items grid view. If you navigate to Content -> Dynamic Type in the sidebar there are only options to view "All" and "My" items which is not enough. Here I ...
Since the release of the Module Builder we have received number of requests how to filter items by custom taxonomy from the generated widget. Here I am going to show how with very little custom implementation this can be achieved. First we need to have a dynamic module with a ...
Dynamic modules built with the Module Builder give you the ability to relate items using Guid fields. But after relationships between content types are defined, it is nice to have the items displayed and in the front end. With the 5.1 release we have done some modifications to the dynamic ...