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