Blurred

Component type

module

Maintenance status

Development status

Component created

Component changed

Post scale blurred background effect for images.

* Install as usual
* Set 'scale' effect for 'thumbnail image style' to 256x144 (upscaling allowed)
* Set 'blurred' effect for 'thumbnail image style' to 256x144
* Flush 'thumbnail image style' images (drush image-flush thumbnail)

Block Exclude Pages

Component type

module

Maintenance status

Development status

Downloads

8339

Component created

Component changed

This module adds an exclude pages filter for blocks.

To exclude specific pages after the wild card or in between wildcards, simply prefix the path pattern with a prefixed '!' in the block page visibility configuration.

This works for visibility set to "show for the listed pages", in this case, the exclude paths will hide the block on pages that match the despite the wildcard set to show.

Twig Fetch Extension

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This function is a simple translation for PHP's cURL function into Twig.

Why Might I Need This?
Not every remote web request needs to be manually added in a module or hook. Sometimes, a quick cURL will do, and for when a themer or site builder needs to incorporate remote content in a server-side request rather than an AJAX call, this extension provides the fetch(url, parameters) function to Twig. Default connection timeout is overridden to 30 seconds.