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

* 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>
5 خطوط
147 B
Twig
5 خطوط
147 B
Twig
<!-- has-content-block -->
|
|
<div
|
|
vue-entry="Transitions.TransitionsPage"
|
|
is-widget="{{ (isWidget == 1)|default(null)|json_encode }}"
|
|
></div> |