Articles

In my work, I often use this great module "Custom Publishing Options" together with "devel_generate" module for generating "Lorem Ipsum" content, however, "devel_generate" doesn't know anything about "custom_pub" and "custom_pub" always without values. In this tweak, I going to show how to fix it.

Now I'll quickly show you how to implement such functionality in your custom theme using View only without any additional contrib module. And of course, we want to add support for ajax infinitescroll reload. Let's go...

In this example, we will look at just a few examples: how to create the programmatically configurable block with fields; how to create a controller; how to integrate your module with 3d party libraries.