From 9feccf9eaace5ff37e6a668aee458238b9048a46 Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Mon, 26 Jan 2026 21:55:22 -0800 Subject: [PATCH] tabs and draft working --- twig/cp/control-panel.html.twig | 4 +++- twig/foot.html.twig | 5 ----- views/editpage/tab-main.html.twig | 13 +++++++++++++ 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/twig/cp/control-panel.html.twig b/twig/cp/control-panel.html.twig index 2a9ca7f..e76582a 100644 --- a/twig/cp/control-panel.html.twig +++ b/twig/cp/control-panel.html.twig @@ -29,9 +29,11 @@ {% if editor == 'ace' %} - {% include '@novaconium/javascript/ace.html.twig' %} + {% include '@novaconium/javascript/page-edit.html.twig' %} + {% include '@novaconium/javascript/ace.html.twig' %} {% endif %} + {% if debug is not empty %}

Debugging Information

diff --git a/twig/foot.html.twig b/twig/foot.html.twig index 343200e..e0fffd7 100644 --- a/twig/foot.html.twig +++ b/twig/foot.html.twig @@ -3,8 +3,3 @@ right before the /body such as javascript --> -{% include '@novaconium/javascript/page-edit.html.twig' %} - -{% if editor == 'ace' %} -{% include '@novaconium/javascript/ace.html.twig' %} -{% endif %} diff --git a/views/editpage/tab-main.html.twig b/views/editpage/tab-main.html.twig index 262c6b4..bf78f91 100644 --- a/views/editpage/tab-main.html.twig +++ b/views/editpage/tab-main.html.twig @@ -13,4 +13,17 @@
{# Ace mounts here #}
+ + +
+
\ No newline at end of file