Skip to content

Commit

Permalink
Update .pages.yml (via Pages CMS)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunvreus committed Feb 9, 2024
1 parent e20d67b commit 74cc7ad
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .pages.yml
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
media: files
media: files
content:
- name: posts
label: Posts
type: collection
path: _posts
fields:
- { name: title, label: Title, type: string }
- { name: layout, type: string, hidden: true, default: post }
- { name: date, label: Date, type: date }
- { name: comments, label: Comments, type: boolean, default: true }
- { name: description, label: Description, type: string, options: { maxlength: 160 } }
- { name: image, label: Image, type: image }
- { name: body, label: Body, type: rich-text }

0 comments on commit 74cc7ad

Please sign in to comment.