قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00

* 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>
14 خطوط
334 B
Twig
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 %} |