Files

10 lines
202 B
Twig
Raw Permalink Normal View History

2025-10-08 11:39:17 -04:00
(function(Drupal) {
Drupal.behaviors.{{ component_machine_name|camelize(false) }} = {
attach(context) {
console.log('@todo Replace me with the real JS behavior.');
},
};
})(Drupal);