Search by

drupal-eca-recipe / eca_lib_0037

jurgenhaas

Provides two HTMX blocks: a digital clock that refreshes once a second, and a block that loads the content of a node when clicked.

Package info

gitlab.lakedrops.com/drupal/recipes/eca_lib_0037

Type:drupal-recipe

pkg:composer/drupal-eca-recipe/eca_lib_0037

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

3.0.5 2026-09-01 14:36 UTC

This package is auto-updated.

Last update: 2026-09-01 14:37:46 UTC


README

ID: eca_lib_0037

Provides 2 blocks, one of which contains a digital clock that refreshes once a second. The other one waits for a click and then dynamically loads the content of node 1.

Installation

## Import recipe
composer require drupal-eca-recipe/eca_lib_0037

# Apply recipe with Drush (requires version 13 or later):
drush recipe ../recipes/eca_lib_0037

# Apply recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_lib_0037

# Rebuilding caches is optional, sometimes required:
drush cr