summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/content/pagefolders/video.json
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-08 15:05:37 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-08 15:05:37 -0400
commit71d350a4786e1ea2ebd84f14665e33d1e8bb3387 (patch)
tree4a1974e44d48d0914c7e4a6cf659a9a5b0c4f2a9 /.frontmatter/config/content/pagefolders/video.json
parentecc34cd1fde9b4c643474b3783aa001002b91ab9 (diff)
ci(.frontMatter): :construction_worker: previewPath and types
Defined previewPath and contentTypes for pageFolders
Diffstat (limited to '.frontmatter/config/content/pagefolders/video.json')
-rw-r--r--.frontmatter/config/content/pagefolders/video.json6
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