diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-02 04:08:53 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-02 04:08:53 -0400 |
| commit | ebe0b7f231ffa8d3cdd59942ad938a9aae8ce2d4 (patch) | |
| tree | 6ffddcfc74f5305c4178b458c08086d9a5518946 /.frontmatter/config/content | |
| parent | 0dfbc14d584113e692a6d51b94392fc882cca5b5 (diff) | |
ci(.frontMatter): :bricks: Frontmatter content types
Clarification and Corrections of typos in frontmatter configuration files.
Diffstat (limited to '.frontmatter/config/content')
| -rw-r--r-- | .frontmatter/config/content/pagefolders/content.json | 3 | ||||
| -rw-r--r-- | .frontmatter/config/content/pagefolders/evidence.json | 3 | ||||
| -rw-r--r-- | .frontmatter/config/content/pagefolders/video.json | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/.frontmatter/config/content/pagefolders/content.json b/.frontmatter/config/content/pagefolders/content.json index bbfb592..484da3c 100644 --- a/.frontmatter/config/content/pagefolders/content.json +++ b/.frontmatter/config/content/pagefolders/content.json @@ -6,6 +6,7 @@ "excludeSubdir": true, "previewPath": "", "contentTypes": [ - "page" + "page", + "content" ] }
\ No newline at end of file diff --git a/.frontmatter/config/content/pagefolders/evidence.json b/.frontmatter/config/content/pagefolders/evidence.json index 7996094..0be63e5 100644 --- a/.frontmatter/config/content/pagefolders/evidence.json +++ b/.frontmatter/config/content/pagefolders/evidence.json @@ -5,6 +5,7 @@ "filePrefix": null, "previewPath": "evidence", "contentTypes": [ - "docs" + "docs", + "evidence" ] }
\ No newline at end of file diff --git a/.frontmatter/config/content/pagefolders/video.json b/.frontmatter/config/content/pagefolders/video.json index 7bc6282..bab7499 100644 --- a/.frontmatter/config/content/pagefolders/video.json +++ b/.frontmatter/config/content/pagefolders/video.json @@ -5,6 +5,7 @@ "previewPath": "video", "filePrefix": null, "contentTypes": [ - "minimal" + "minimal", + "video" ] }
\ No newline at end of file |
