Skip to content

Paywall

To use the Steady Paywall block, you need to

  1. activate it (1) in your Publications Steady settings (Integrations > Steady Paywall),
  2. add it (2) to your blocks fieldsets in your blueprint
  3. and integrate (3) the Steady Javascript Widget in your websites <head>...</head>.

Example

yml
sections:
  content:
    fields:
      text:
        # ...
        type: blocks
        fieldsets:
          - steady_paywall
          - ...
php
<head>
<!-- ... -->
<?= steady()->widgets()->snippet() ?>
</head>
php
// /site/config/config.php
return [
  'soerenengels.kirby-steady.widget' => true,
]

☝️ Tip

Besides using the Paywall $block, you can also insert the Paywall with the (paywall:) KirbyTag.