diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-19 19:45:55 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-19 19:45:55 -0500 |
| commit | d12e6aa24bfa713a82d446f04dfcc484338d7b2f (patch) | |
| tree | 782e608bfbffed3c6682dbb41becf12727428350 /frontmatter.json | |
| parent | f2e3ef95f886397116c21679a94437c9bd6ecb24 (diff) | |
chore: :arrow_up: minor changes pull upgrades
Only Minor changes, pulling upgrades from origin
Diffstat (limited to '')
| -rw-r--r-- | frontmatter.json | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/frontmatter.json b/frontmatter.json index f6b3953..bcf98ce 100644 --- a/frontmatter.json +++ b/frontmatter.json @@ -55,5 +55,97 @@ } ] } + ], + "frontMatter.content.pageFolders": [ + { + "title": "communication", + "path": "[[workspace]]/content/communication", + "filePrefix": null, + "excludeSubdir": false, + "previewPath": "comm", + "contentTypes": [ + "communication", + "index" + ] + }, + { + "title": "content", + "path": "[[workspace]]/content", + "filePrefix": null, + "excludeSubdir": true, + "previewPath": "", + "contentTypes": [ + "page", + "index" + ] + }, + { + "title": "evidence", + "path": "[[workspace]]/content/evidence", + "filePrefix": null, + "previewPath": "evidence", + "contentTypes": [ + "evidence", + "index" + ] + }, + { + "title": "fpnav", + "path": "[[workspace]]/content/fpnav", + "filePrefix": null, + "previewPath": "fpnav", + "contentTypes": [ + "fpnav" + ] + }, + { + "title": "legal", + "path": "[[workspace]]/content/legal", + "filePrefix": null, + "previewPath": "legal", + "contentTypes": [ + "legal", + "index" + ] + }, + { + "title": "persons", + "path": "[[workspace]]/content/persons", + "filePrefix": null, + "previewPath": "persons", + "contentTypes": [ + "person", + "index" + ] + }, + { + "title": "posts", + "path": "[[workspace]]/content/posts", + "filePrefix": null, + "previewPath": "posts", + "contentTypes": [ + "post", + "index" + ] + }, + { + "title": "reasons", + "path": "[[workspace]]/content/reasons", + "filePrefix": null, + "previewPath": "reasons", + "contentTypes": [ + "reason" + ] + }, + { + "title": "video", + "path": "[[workspace]]/content/video", + "previewPath": "video", + "filePrefix": null, + "contentTypes": [ + "video", + "index" + ] + } ] }
\ No newline at end of file |
