قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 06:57:53 +00:00

* start migrating segment generator directive * get to build * remove some TODO * rebuilt * get UI tests to pass * fix ng-model handling * migrate manage gdpr directive to vue * fixing UI tests in PrivacyManager * update expected screenshots * apply review fixes * fix missing translation key Co-authored-by: sgiehl <stefan@matomo.org>
8 خطوط
183 B
Twig
8 خطوط
183 B
Twig
{% extends 'admin.twig' %}
|
|
|
|
{% set title %}{{ 'PrivacyManager_GDPR'|translate }}{% endset %}
|
|
|
|
{% block content %}
|
|
<div vue-entry="PrivacyManager.ManageGdpr"></div>
|
|
{% endblock %}
|