We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd274f commit a5d7a88Copy full SHA for a5d7a88
1 file changed
examples/dotcms-symfony/templates/base.html.twig
@@ -10,6 +10,7 @@
10
11
{% block javascripts %}
12
{% block importmap %}{{ importmap('app') }}{% endblock %}
13
+ <script src="{{ app.request.server.get('DOTCMS_HOST') }}/ext/uve/dot-uve.js"></script>
14
{% endblock %}
15
</head>
16
<body>
0 commit comments