[s`Web push notifications`]

{if $is_push_enabled} {else} {/if}

[s`The selected service provider will be used as the default one across all Webasyst apps.`]

[s`Web push notifications service`]
  • {if !empty($push_adapters)} {foreach $push_adapters as $_adapter} {$_adapter_id = $_adapter->getId()} {$_adapter_name = $_adapter->getName()} {$_adapter_settings = $_adapter->getSettingsHtml(['namespace'=>'push_settings'])}
  • {if !empty($_adapter_settings)} {/if}
  • {/foreach} {else} [s`No web push notifications services available`] {/if}
{include file="./SettingsSaveBtn.inc.html" settings_page="push" inline}