--- regenerate: true --- {% capture cache %} {% comment %} # ----------------------------------------------------------------------------- # ~/assets/data/web_hook.html # Liquid PROCEDURE to generate the HTML (data) portion of all modals used # by J1 WebHook module # # Product/Info: # https://jekyll.one # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1_template/blob/master/LICENSE # # ----------------------------------------------------------------------------- # Test data: # liquid_var: {{ liquid_var | debug }} # config: {{ config | debug }} # ----------------------------------------------------------------------------- {% endcomment %} {% comment %} Liquid procedures -------------------------------------------------------------------------------- {% endcomment %} {% capture select_color %}themes/{{site.template.name}}/procedures/global/select_color.proc{% endcapture %} {% capture select_icon_size %}themes/{{site.template.name}}/procedures/global/select_icon_size.proc{% endcapture %} {% comment %} Set global settings -------------------------------------------------------------------------------- {% endcomment %} {% assign environment = site.environment %} {% comment %} Process YML config data ================================================================================ {% endcomment %} {% comment %} Set config files -------------------------------------------------------------------------------- {% endcomment %} {% assign webhook_defaults = site.data.modules.defaults.webhook.defaults %} {% assign webhook_settings = site.data.modules.webhook.settings %} {% comment %} Set config options -------------------------------------------------------------------------------- {% endcomment %} {% assign webhook_options = webhook_defaults | merge: webhook_settings %} {% comment %} Main ================================================================================ {% endcomment %} {% comment %} Modal webhookResponseDetected -------------------------------------------------------------------------------- {% endcomment %}
{% comment %} Modal gitPullSuccess -------------------------------------------------------------------------------- {% endcomment %} {% comment %} Modal npmScriptSuccess -------------------------------------------------------------------------------- {% endcomment %} {% endcapture %} {{ cache | pretty_print | remove:'' | remove:'' | strip_empty_lines }} {% assign cache = nil %}