diff options
Diffstat (limited to '.frontmatter/config/taxonomy')
| -rw-r--r-- | .frontmatter/config/taxonomy/docs.json | 8 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/legal.json | 3 | ||||
| -rw-r--r-- | .frontmatter/config/taxonomy/page.json | 8 |
3 files changed, 16 insertions, 3 deletions
diff --git a/.frontmatter/config/taxonomy/docs.json b/.frontmatter/config/taxonomy/docs.json index 56da5c5..f5fb9c6 100644 --- a/.frontmatter/config/taxonomy/docs.json +++ b/.frontmatter/config/taxonomy/docs.json @@ -17,7 +17,13 @@ { "title": "Metadata", "name": "metadata", - "type": "string" + "type": "choice", + "choices": [ + "full", + "original", + "none" + ], + "default": "full" }, { "title": "Categories", diff --git a/.frontmatter/config/taxonomy/legal.json b/.frontmatter/config/taxonomy/legal.json index d306e7f..176be12 100644 --- a/.frontmatter/config/taxonomy/legal.json +++ b/.frontmatter/config/taxonomy/legal.json @@ -16,7 +16,8 @@ { "title": "date", "name": "date", - "type": "datetime" + "type": "datetime", + "isPublishDate": true }, { "title": "tags", diff --git a/.frontmatter/config/taxonomy/page.json b/.frontmatter/config/taxonomy/page.json index a69cad4..838d8c4 100644 --- a/.frontmatter/config/taxonomy/page.json +++ b/.frontmatter/config/taxonomy/page.json @@ -51,7 +51,13 @@ { "title": "Metadata", "name": "metadata", - "type": "string" + "type": "choice", + "choices": [ + "full", + "original", + "none" + ], + "default": "full" }, { "title": "Download", |
