diff options
Diffstat (limited to '.frontmatter/config/taxonomy/page.json')
| -rw-r--r-- | .frontmatter/config/taxonomy/page.json | 8 |
1 files changed, 7 insertions, 1 deletions
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", |
