From 9ab8ade90951df708e449583ef19f8ac951f637e Mon Sep 17 00:00:00 2001 From: trendschau Date: Fri, 28 Feb 2020 20:15:28 +0100 Subject: [PATCH] Fix 1.3.3.1: Navigation in raw mode --- system/author/auth/welcome.twig | 2 +- system/author/layouts/layoutEditor.twig | 33 ++++++++++++++++++++++--- 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/system/author/auth/welcome.twig b/system/author/auth/welcome.twig index 255617a..f8d22fd 100644 --- a/system/author/auth/welcome.twig +++ b/system/author/auth/welcome.twig @@ -12,7 +12,7 @@

Your account has been created and you are logged in now.

Next step: Visit the author panel and setup your new website. You can configure the system, choose themes and add plugins.

Get help: If you have any questions, please read the docs or open a new issue on github.

-

Dev: Coded with ♥ by Trendschau Digital.

+

Coded with by the community & Trendschau Digital.

Configure your website diff --git a/system/author/layouts/layoutEditor.twig b/system/author/layouts/layoutEditor.twig index 4805026..0cb91a4 100644 --- a/system/author/layouts/layoutEditor.twig +++ b/system/author/layouts/layoutEditor.twig @@ -35,6 +35,30 @@ {{ __('TEXT_FILE') }} + + {{ __('DELETE') }} + + + + {{ __('ADD') }} + + + + {{ __('DELETE_CLOSE') }} + + + + {{ __('HOME') }} + + + + {{ __('MOVE_VERTICAL') }} + + + + {{ __('FOLDER') }} + + {{ __('COG') }} @@ -65,15 +89,16 @@ myaxios.defaults.baseURL = "{{ base_url }}"; - + - {{ assets.renderEditorJS() }}