Files
2025-10-08 11:39:17 -04:00

10 lines
202 B
Twig

(function(Drupal) {
Drupal.behaviors.{{ component_machine_name|camelize(false) }} = {
attach(context) {
console.log('@todo Replace me with the real JS behavior.');
},
};
})(Drupal);