turnstile

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

taler_turnstile.schema.yml (509B)


      1 taler_turnstile.settings:
      2   type: config_object
      3   label: 'GNU Taler Turnstile settings'
      4   mapping:
      5     enabled_content_types:
      6       type: sequence
      7       label: 'Enabled content types'
      8       sequence:
      9         type: string
     10         label: 'Content type'
     11     payment_backend_url:
     12       type: string
     13       label: 'Payment backend URL'
     14     access_token:
     15       type: string
     16       label: 'Access token'
     17     grant_access_on_error:
     18       type: boolean
     19       label: 'Disable paywall when payment backend is unavailable'