diff options
Diffstat (limited to '.frontmatter/config/content/pagefolders/persons.json')
| -rw-r--r-- | .frontmatter/config/content/pagefolders/persons.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.frontmatter/config/content/pagefolders/persons.json b/.frontmatter/config/content/pagefolders/persons.json index e83695a..93e9635 100644 --- a/.frontmatter/config/content/pagefolders/persons.json +++ b/.frontmatter/config/content/pagefolders/persons.json @@ -1,4 +1,8 @@ { "title": "Persons", - "path": "[[workspace]]/content/persons" + "path": "[[workspace]]/content/persons", + "previewPath": "persons", + "contentTypes": [ + "docs" + ] }
\ No newline at end of file |
