UNPKG

@christianwiedemann/drupal-twig-extensions

Version:

JavaScript implementation of Drupal’s Twig extensions

12 lines (9 loc) 248 B
export const name = 'set_attribute'; export const options = { needs_environment: true, is_safe: ['html'], }; export const acceptedArguments = [ { name: 'attributeName', defaultValue: '' }, { name: 'attributeValue', defaultValue: '' }, ];