Skip to content

Commit a5d7a88

Browse files
committed
feat(dotcms-symfony): Add dot-uve.js script to base template
1 parent 5bd274f commit a5d7a88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/dotcms-symfony/templates/base.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
{% block javascripts %}
1212
{% block importmap %}{{ importmap('app') }}{% endblock %}
13+
<script src="{{ app.request.server.get('DOTCMS_HOST') }}/ext/uve/dot-uve.js"></script>
1314
{% endblock %}
1415
</head>
1516
<body>

0 commit comments

Comments
 (0)