UNPKG

@bryanbuchs/generator-component

Version:
14 lines (12 loc) 245 B
/** * <%= title %> * <%= description %> */ Drupal.behaviors.<%= name %> = { attach: function (context) { const elements = once('<%= name _%>', '.<%= tag _%>', context) elements.forEach(<%= forEach %> => { // ... }) } }