From 59446bc10599bdfa3116876765f6a687be80f2a9 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sun, 17 May 2026 02:06:58 +0200 Subject: [PATCH] feat(editor-v2): wire data-editor-language attrs into three textareas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Templates: - blueprint_detail.html:52 — config textarea gets data-editor-language="srccfg". - overlay_detail.html:25 — script textarea gets data-editor-language="bash". - overlay_detail.html files-modal — content textarea gets data-editor-language="auto"; new + @@ -92,4 +92,5 @@ +{% include "_editor_assets.html" %} {% endblock %} diff --git a/l4d2web/l4d2web/templates/overlay_detail.html b/l4d2web/l4d2web/templates/overlay_detail.html index 09f0d3f..ad768fc 100644 --- a/l4d2web/l4d2web/templates/overlay_detail.html +++ b/l4d2web/l4d2web/templates/overlay_detail.html @@ -22,7 +22,7 @@

Runs sandboxed against the overlay directory mounted at /overlay.

{% if not latest_build_is_running %} @@ -168,14 +168,23 @@