1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/Transitions/templates/transitions.twig
dizzy 1869d8c8da [Vue] remove use of angularjs from Transitions (#19383)
* move transitions.twig contents to new vue component and create TransitionExporterLink component to use transition-exporter link in vue w/o angularjs directive

* do not use angularjs services in transitions.js

* built vue files

* fixing some issues

* add alternative way for widget twig templates to tell CoreHome/Controller.php that it contains its own content block

* built vue files

* allow vue components in popups and remove console log

* update screenshots

* remove use of unneeded html_attr filter

* updates expected test files

Co-authored-by: sgiehl <stefan@matomo.org>
2022-07-27 17:30:19 +02:00

5 خطوط
147 B
Twig

<!-- has-content-block -->
<div
vue-entry="Transitions.TransitionsPage"
is-widget="{{ (isWidget == 1)|default(null)|json_encode }}"
></div>