We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c926bdc + 5abe013 commit 753b304Copy full SHA for 753b304
site/blueprints/pages/default.yml
@@ -1,8 +1,21 @@
1
title: Default Page
2
-preset: page
3
-fields:
4
- text:
5
- label: Text
6
- type: textarea
7
- size: large
+
+columns:
+ main:
+ width: 2/3
+ sections:
+ fields:
8
+ type: fields
9
10
+ text:
11
+ type: textarea
12
+ size: huge
13
+ sidebar:
14
+ width: 1/3
15
16
+ pages:
17
+ type: pages
18
+ template: default
19
+ files:
20
+ type: files
21
site/blueprints/site.yml
@@ -1,2 +1,12 @@
-preset: pages
-unlisted: true
+title: Site
+sections:
+ drafts:
+ status: drafts
+ unlisted:
+ status: unlisted
+ published:
+ status: listed
0 commit comments