File tree Expand file tree Collapse file tree 3 files changed +3
-45
lines changed Expand file tree Collapse file tree 3 files changed +3
-45
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Settings
3
3
slug : settings
4
4
description : null
5
5
date : 2021-08-30T16:13:00.546Z
6
- lastmod : 2023-10-06T13:23:18.535Z
6
+ lastmod : 2024-02-13T08:44:01.601Z
7
7
weight : 1100
8
8
---
9
9
@@ -71,6 +71,7 @@ The following settings are supported to be split in multiple files:
71
71
| ` frontMatter.data.files ` | ` ./.frontmatter/config/data/files/ ` | ` https://frontmatter.codes/config/data.files.schema.json ` |
72
72
| ` frontMatter.data.folders ` | ` ./.frontmatter/config/data/folders/ ` | ` https://frontmatter.codes/config/data.folders.schema.json ` |
73
73
| ` frontMatter.data.types ` | ` ./.frontmatter/config/data/types/ ` | ` https://frontmatter.codes/config/data.types.schema.json ` |
74
+ | ` frontMatter.media.contentTypes ` | ` ./.frontmatter/config/meda/contenttypes/ ` | ` https://frontmatter.codes/config/media.contenttypes.schema.json ` |
74
75
| ` frontMatter.taxonomy.contentTypes ` | ` ./.frontmatter/config/taxonomy/contenttypes/ ` | ` https://frontmatter.codes/config/taxonomy.contenttypes.schema.json ` |
75
76
| ` frontMatter.taxonomy.fieldGroups ` | ` ./.frontmatter/config/taxonomy/fieldgroups/ ` | ` https://frontmatter.codes/config/taxonomy.fieldgroups.schema.json ` |
76
77
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ const escapeQuotes = (/** @type {string} */ str) => {
121
121
types : "data.types.schema.json"
122
122
} ,
123
123
media : {
124
- contentTypes : "media.contentTypes .schema.json"
124
+ contentTypes : "media.contenttypes .schema.json"
125
125
} ,
126
126
taxonomy : {
127
127
contentTypes : "taxonomy.contenttypes.schema.json" ,
You can’t perform that action at this time.
0 commit comments