From 01b9e0b233764fb0e706089a71c09a2a1d4e4c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C5=A1a=20Puk=C5=A1i=C4=8D?= Date: Tue, 30 Dec 2025 17:35:04 +0100 Subject: [PATCH] Editor: cleanup and feedback --- templates/editor/layout.html.twig | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/editor/layout.html.twig b/templates/editor/layout.html.twig index 224b6a5..951c2c5 100644 --- a/templates/editor/layout.html.twig +++ b/templates/editor/layout.html.twig @@ -145,8 +145,6 @@ /> {{ form_row(form.content, {'label': false, 'attr': {'class': 'form-control editor-md-field'}}) }} - - {# JS should sync changes in content to content_html (Quill) #} @@ -189,9 +187,6 @@ - - - {# Right sidebar (last grid column) #} @@ -278,12 +273,17 @@ {# Hidden container for Nostr publishing (no JSON textarea, uses canonical panel) #} -
' }) }} data-nostr--nostr-publish-target="form" data-slug="{{ article.slug|default('') }}"> -
- +
+
{% endblock %}