From 6d6a8e0eedce79007e8937627e4a77a55f37c7cf Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 16 May 2019 12:32:45 +0300 Subject: [PATCH] Flextype Box Plugin: Admin #125 #117 - Entries Controller/Views implementation --- .../views/templates/content/entries/type.html | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 site/plugins/admin/views/templates/content/entries/type.html diff --git a/site/plugins/admin/views/templates/content/entries/type.html b/site/plugins/admin/views/templates/content/entries/type.html new file mode 100644 index 00000000..2f1383ea --- /dev/null +++ b/site/plugins/admin/views/templates/content/entries/type.html @@ -0,0 +1,24 @@ +{% extends "plugins/admin/views/partials/base.html" %} + +{% block content %} +
+
+
+ + + +
+ + +
+
+ +
+
+
+
+{% endblock %}