Files
CMS-Server/views/form-base.twig
Matt Batchelder 6e3929c459 init commit
2026-02-11 20:55:38 -05:00

8 lines
523 B
Twig

{
"title": {% apply json_encode|raw %}{% block formTitle %}{% endblock %}{% endapply %},
"html": {% apply json_encode|raw %}{% block formHtml %}{% endblock %}{% endapply %},
"buttons": {% apply json_encode|raw %}{% block formButtons %}{% endblock %}{% endapply %},
"fieldActions": {% apply json_encode|raw %}{% block formFieldActions %}{% endblock %}{% endapply %},
"callBack": {% apply json_encode|raw %}{% block callBack %}{% endblock %}{% endapply %},
"extra": {% block extra %}[]{% endblock %}
}