From 077cbcf4241767b9bd789fa9604ccb745414baef Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Mon, 17 Jan 2022 02:29:40 +0000 Subject: [PATCH] [TWIG] Improved accessibility menu [COMPONENTS][RightPanel] Content form row is now preceeded by the content type form row --- .../templates/right_panel/view.html.twig | 1 + templates/base.html.twig | 70 ++++++++++++------- 2 files changed, 44 insertions(+), 27 deletions(-) diff --git a/components/RightPanel/templates/right_panel/view.html.twig b/components/RightPanel/templates/right_panel/view.html.twig index aeb6c239a0..b0c2bef134 100644 --- a/components/RightPanel/templates/right_panel/view.html.twig +++ b/components/RightPanel/templates/right_panel/view.html.twig @@ -32,6 +32,7 @@ {{ form_row(blocks['post_form'].in) }} {% endif %} {{ form_row(blocks['post_form'].visibility) }} + {{ form_row(blocks['post_form'].content_type) }} {{ form_row(blocks['post_form'].content) }} {{ form_row(blocks['post_form'].attachments) }} diff --git a/templates/base.html.twig b/templates/base.html.twig index 167979d28a..07659a1e9c 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -15,10 +15,12 @@ {% block stylesheets %} - + - + @@ -48,34 +50,48 @@ {% block header %}