Skip to content

Commit 81a9498

Browse files
committed
Update .pages.yml (via Pages CMS)
1 parent 7f7168a commit 81a9498

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.pages.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ content:
3232
type: string
3333
list: true
3434
required: false
35+
- name: body
36+
label: Body
37+
type: rich-text
38+
options:
39+
format: markdown
40+
required: true
3541
- name: drafts
3642
label: Drafts
3743
path: drafts
@@ -60,4 +66,10 @@ content:
6066
label: Versions
6167
type: string
6268
list: true
63-
required: false
69+
required: false
70+
- name: body
71+
label: Body
72+
type: rich-text
73+
options:
74+
format: markdown
75+
required: true

0 commit comments

Comments
 (0)