From f9c9ee7bb999b0325d6b395a78de8f7f6c99e3ce Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sun, 27 Sep 2020 19:20:44 +0200 Subject: [PATCH] Feature/sidebar plugin (#582) * Another sidebar plugin. --- .../wwwroot/scripts/sidebar-content.html | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 backend/src/Squidex/wwwroot/scripts/sidebar-content.html diff --git a/backend/src/Squidex/wwwroot/scripts/sidebar-content.html b/backend/src/Squidex/wwwroot/scripts/sidebar-content.html new file mode 100644 index 000000000..ece7ad296 --- /dev/null +++ b/backend/src/Squidex/wwwroot/scripts/sidebar-content.html @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file