Expand webhook code.

This commit is contained in:
James Cole
2022-09-17 07:08:30 +02:00
parent 10f2cf2481
commit ad9efde2d0
44 changed files with 1014 additions and 99 deletions

View File

@@ -0,0 +1,12 @@
{% set VUE_SCRIPT_NAME = 'webhooks/create' %}
{% extends './layout/default' %}
{% block breadcrumbs %}
{{ Breadcrumbs.render(Route.getCurrentRoute.getName, objectType) }}
{% endblock %}
{% block content %}
<div id="webhooks_create"></div>
{% endblock %}
{% block scripts %}
{% endblock %}