diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-10 20:55:09 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-10 20:55:09 -0400 |
| commit | 07f7a7a388fdc6e40c30fa7aa8c79d54fa2010f3 (patch) | |
| tree | 7a8ec3d5b77f0f983b69e713bab15e04852fd818 /.frontmatter/config/taxonomy/docs.json | |
| parent | 86f6ff4026c27c0eb81d1d562ecde2aaf7c9852c (diff) | |
style(persons page): :lipstick: Style & SEO
SEO and Style Improvements
Diffstat (limited to '.frontmatter/config/taxonomy/docs.json')
| -rw-r--r-- | .frontmatter/config/taxonomy/docs.json | 8 |
1 files changed, 7 insertions, 1 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", |
