Browse code

Add contao js template and add plugin and bundle configuration classes

Benjamin Roth authored on25/05/2023 09:48:21
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,4 @@
1
+<?php
2
+use Contao\Template;
3
+echo Template::generateScriptTag('bundles/vonrotenberghtmx/htmx.min.js',false,null);
4
+?>
0 5
\ No newline at end of file