1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/API/templates/glossary.twig
dizzy 00b2564675 [Vue] remove use of angularjs from API plugin (#19451)
* remove use of angularjs from API plugin

* remove TODO

* built vue files

* Allow composer plugins for dev dependency codesniffer to fix travis builds.

* move function to correct class

* fix order of array elements

* styling fixes

* fix styles for widgetized glossary

* update expected screenshots

* remove use of unneeded html_attr twig filter

Co-authored-by: sgiehl <stefan@matomo.org>
2022-08-12 09:30:21 +02:00

14 خطوط
334 B
Twig

{% set title %}{{ 'API_Glossary'|translate }}{% endset %}
{% set theContent %}
<div
vue-entry="API.Glossary"
glossary-items="{{ glossaryItems|json_encode }}"
></div>
{% endset %}
{% if isWidget %}
{% include '@API/glossaryWidget.twig' %}
{% else %}
{% include '@API/glossaryAdmin.twig' %}
{% endif %}