FEATURE: Allow easier customization to the web hook event serialization.

This commit is contained in:
Erick Guan
2016-12-22 17:08:35 +01:00
committed by Guo Xiang Tan
parent bbc85e1e29
commit cfbfea0596
8 changed files with 112 additions and 70 deletions

View File

@@ -60,6 +60,8 @@
</div>
</div>
{{plugin-outlet name="web-hook-fields" args=(hash model=model)}}
<div>
{{input type="checkbox" name="verify_certificate" checked=model.verify_certificate}} {{i18n 'admin.web_hooks.verify_certificate'}}
</div>