{% extends "forms/field.html.twig" %}
{% block field %}
{% set plugin_exists = config.plugins['scheduler-webhook'] is defined %}
{% set plugin_enabled = plugin_exists and config.plugins['scheduler-webhook'].enabled %}
{% if not plugin_exists %}
{# Plugin not installed #}
Webhook Plugin Required
The scheduler-webhook plugin is required for webhook functionality.