From 8e183e537eb57d3ccaec1e5ef41f93c5bf044072 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 23 Dec 2018 00:54:54 +0300 Subject: [PATCH] Infrastructure changes: change blueprints to fieldsets --- site/themes/default/fieldsets/default.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 site/themes/default/fieldsets/default.yaml diff --git a/site/themes/default/fieldsets/default.yaml b/site/themes/default/fieldsets/default.yaml new file mode 100644 index 00000000..b25d7135 --- /dev/null +++ b/site/themes/default/fieldsets/default.yaml @@ -0,0 +1,20 @@ +title: Default +fields: + title: + title: "admin_entries_title" + type: text + content: + title: "admin_entries_content" + type: html + template: + title: "admin_entries_template" + type: template_select + size: col-4 + visibility: + title: "admin_entries_visibility" + type: visibility_select + size: col-4 + date: + title: "admin_entries_date" + type: text + size: col-4