diff options
Diffstat (limited to 'frontmatter.json')
| -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 |
