grav/plugins/form/templates/forms/ajax.json.twig

5 lines
94 B
Twig
Raw Normal View History

2023-01-09 02:00:36 +01:00
{% if form_json_response %}
{{ form_json_response|json_encode|raw }}
{% else %}
{}
{% endif %}