diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-10 17:19:17 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-10 17:19:17 -0400 |
| commit | 86f6ff4026c27c0eb81d1d562ecde2aaf7c9852c (patch) | |
| tree | bee03ee607e0ad2e8351db6c0840445d2967639a /.frontmatter/config/taxonomy/legal.json | |
| parent | 71d350a4786e1ea2ebd84f14665e33d1e8bb3387 (diff) | |
feat(persons page): :sparkles: seo 7 format
seo improvements 7 formatting
Diffstat (limited to '.frontmatter/config/taxonomy/legal.json')
| -rw-r--r-- | .frontmatter/config/taxonomy/legal.json | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/.frontmatter/config/taxonomy/legal.json b/.frontmatter/config/taxonomy/legal.json new file mode 100644 index 0000000..d306e7f --- /dev/null +++ b/.frontmatter/config/taxonomy/legal.json @@ -0,0 +1,75 @@ +{ + "name": "Legal", + "pageBundle": false, + "fields": [ + { + "title": "title", + "name": "title", + "type": "string", + "single": true + }, + { + "title": "description", + "name": "description", + "type": "string" + }, + { + "title": "date", + "name": "date", + "type": "datetime" + }, + { + "title": "tags", + "name": "tags", + "type": "tags" + }, + { + "title": "type", + "name": "type", + "type": "string", + "single": "true" + }, + { + "title": "draft", + "name": "draft", + "type": "draft" + }, + { + "title": "thumbnail", + "name": "thumbnail", + "type": "fields", + "fields": [ + { + "title": "url", + "name": "url", + "type": "string", + "single": "true" + }, + { + "title": "author", + "name": "author", + "type": "string", + "single": "true" + }, + { + "title": "authorURL", + "name": "authorURL", + "type": "string", + "single": "true" + }, + { + "title": "origin", + "name": "origin", + "type": "string", + "single": "true" + }, + { + "title": "originURL", + "name": "originURL", + "type": "string", + "single": "true" + } + ] + } + ] +}
\ No newline at end of file |
