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