From 874bfe47b8df29348b2fc407449c31a5cf31861d Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Thu, 18 Sep 2014 11:33:13 +0300 Subject: [PATCH] Move page related blueprints into its own folder --- system/blueprints/{ => pages}/page.yaml | 0 system/blueprints/pages/raw.yaml | 7 +++++++ 2 files changed, 7 insertions(+) rename system/blueprints/{ => pages}/page.yaml (100%) create mode 100644 system/blueprints/pages/raw.yaml diff --git a/system/blueprints/page.yaml b/system/blueprints/pages/page.yaml similarity index 100% rename from system/blueprints/page.yaml rename to system/blueprints/pages/page.yaml diff --git a/system/blueprints/pages/raw.yaml b/system/blueprints/pages/raw.yaml new file mode 100644 index 000000000..48c68e2bc --- /dev/null +++ b/system/blueprints/pages/raw.yaml @@ -0,0 +1,7 @@ +@extends: pages/page + +form: + fields: + + title: + type: unset