turnstile

Drupal paywall plugin
Log | Files | Refs | README | LICENSE

taler_turnstile.libraries.yml (234B)


      1 payment_button:
      2   version: 1.x
      3   js:
      4     js/payment-button.js: {}
      5   dependencies:
      6     - core/jquery
      7     - core/drupal
      8     - core/once
      9     - taler_turnstile/qrcode
     10 
     11 qrcode:
     12   version: 1.x
     13   js:
     14     js/qrcode.min.js: { minified: true }