Skip to content

Commit dc68d65

Browse files
committed
Update .pages.yml (via Pages CMS)
1 parent 430f0b6 commit dc68d65

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.pages.yml

+15
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,18 @@ content:
33
label: Posts
44
path: content/posts
55
type: collection
6+
view:
7+
fields: [ title, published, date ]
8+
fields:
9+
- name: title
10+
label: Title
11+
type: string
12+
- name: slug
13+
label: Slug
14+
type: string
15+
- name: summary
16+
label: Summary
17+
type: string
18+
- name: date
19+
label: Date
20+
type: date

0 commit comments

Comments
 (0)