From 71d350a4786e1ea2ebd84f14665e33d1e8bb3387 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Tue, 8 Oct 2024 15:05:37 -0400 Subject: ci(.frontMatter): :construction_worker: previewPath and types Defined previewPath and contentTypes for pageFolders --- .frontmatter/config/content/pagefolders/video.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.frontmatter/config/content/pagefolders/video.json') 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 -- cgit v1.2.3