webhooks icon indicating copy to clipboard operation
webhooks copied to clipboard

Increase the size of the url column

Open weotch opened this issue 4 years ago • 0 comments

Description

This increases the size of the url column so complex twig code can be stored in like:

{% if event.sender.site.handle == "prod" %}
    https://api.netlify.com/build_hooks/xxxxxx
{% elseif event.sender.site.handle == "en_CA" %}
    https://api.netlify.com/build_hooks/yyyyyy
{% elseif event.sender.site.handle == "fr_CA" %}
    https://api.netlify.com/build_hooks/zzzzzzz
{% endif %}

Related issues

  • https://github.com/craftcms/webhooks/discussions/59

weotch avatar Sep 29 '21 02:09 weotch