1
0
mirror of synced 2024-11-26 14:56:07 +03:00
select2/plugins/simplesearch/templates/simplesearch_results.json.twig
2017-09-02 20:34:47 -04:00

6 lines
140 B
Twig

{"results":[
{%- for search_result in search_results -%}
{{- search_result.route|json_encode -}}{{ not loop.last ? ',' }}
{%- endfor -%}
]}