Files
drupal11-ddev/vendor/chi-teck/drupal-code-generator/templates/_sdc/javascript.twig

10 lines
202 B
Twig
Raw 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);