Skip to content

Commit

Permalink
change field list to single element array
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Oct 31, 2024
1 parent bb465b3 commit 8ec4f3a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions _cms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,13 @@ cms.document({
]
});

// cms.document({
// name: "ld-person",
// description: "Edit the content of the ld-person script for the person, which will appear in the head of the about page",
// store: "gh:_includes/templates/ld-person.vto",
// content: "markdown",
// })
cms.document({
name: "ld-person",
description: "Edit the content of the ld-person script for the person, which will appear in the head of the about page",
store: "gh:_includes/templates/ld-person.vto",
fields: [
"content: markdown",
]
})

export default cms;

0 comments on commit 8ec4f3a

Please sign in to comment.