summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/taxonomy/page.json
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-10 17:19:17 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-10 17:19:17 -0400
commit86f6ff4026c27c0eb81d1d562ecde2aaf7c9852c (patch)
treebee03ee607e0ad2e8351db6c0840445d2967639a /.frontmatter/config/taxonomy/page.json
parent71d350a4786e1ea2ebd84f14665e33d1e8bb3387 (diff)
feat(persons page): :sparkles: seo 7 format
seo improvements 7 formatting
Diffstat (limited to '.frontmatter/config/taxonomy/page.json')
-rw-r--r--.frontmatter/config/taxonomy/page.json108
1 files changed, 108 insertions, 0 deletions
diff --git a/.frontmatter/config/taxonomy/page.json b/.frontmatter/config/taxonomy/page.json
new file mode 100644
index 0000000..a69cad4
--- /dev/null
+++ b/.frontmatter/config/taxonomy/page.json
@@ -0,0 +1,108 @@
+{
+ "name": "page",
+ "pageBundle": false,
+ "previewPath": null,
+ "fields": [
+ {
+ "title": "Title",
+ "name": "title",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Date",
+ "name": "date",
+ "type": "datetime",
+ "default": "{{now}}",
+ "isPublishDate": true
+ },
+ {
+ "title": "Description",
+ "name": "description",
+ "type": "string"
+ },
+ {
+ "title": "Draft",
+ "name": "draft",
+ "type": "draft"
+ },
+ {
+ "title": "Tags",
+ "name": "tags",
+ "type": "tags"
+ },
+ {
+ "title": "Icon",
+ "name": "icon",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Type",
+ "name": "type",
+ "type": "choice",
+ "choices": [
+ "default",
+ "docs",
+ "minimal"
+ ],
+ "default": "default"
+ },
+ {
+ "title": "Metadata",
+ "name": "metadata",
+ "type": "string"
+ },
+ {
+ "title": "Download",
+ "name": "download",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Thumbnail",
+ "name": "thumbnail",
+ "type": "fields",
+ "fields": [
+ {
+ "title": "URL",
+ "name": "url",
+ "type": "image"
+ },
+ {
+ "title": "Author",
+ "name": "author",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "AuthorUrl",
+ "name": "authorUrl",
+ "type": "string"
+ },
+ {
+ "title": "Origin",
+ "name": "origin",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "OriginUrl",
+ "name": "originUrl",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "title": "Author",
+ "name": "author",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Links",
+ "name": "navigationLinks",
+ "type": "list"
+ }
+ ]
+ } \ No newline at end of file