1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Added webhook format example to webhook management views

This commit is contained in:
Dan Brown
2021-12-12 18:02:08 +00:00
parent dbd4281ae8
commit 3bf34b6a0d
4 changed files with 40 additions and 0 deletions

View File

@ -11,6 +11,8 @@
<form action="{{ url("/settings/webhooks/create") }}" method="POST">
@include('settings.webhooks.parts.form', ['title' => trans('settings.webhooks_create')])
</form>
@include('settings.webhooks.parts.format-example')
</div>
@stop