Add input fields for custom JavaScript and CSS in the control panel

This commit is contained in:
CodeDevMLH
2026-02-17 13:47:43 +01:00
parent b58264998a
commit 66f5353659

View File

@@ -249,7 +249,9 @@
</select>
<div id="custom-fields" class="custom-fields">
<p>Javascript:</p>
<input type="text" id="custom-js" placeholder="mytheme.js">
<p>CSS:</p>
<input type="text" id="custom-css" placeholder="mytheme.css">
</div>