Files
2024-12-10 15:08:16 +01: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);