summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/taxonomy/page.json
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-15 19:29:53 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-15 19:30:26 -0400
commit68d79a0f8d6147bc9e7834f7a6ed83a80748fa29 (patch)
treea0b0eb8d6fb8f02757b027e8a02dc12a970f687d /.frontmatter/config/taxonomy/page.json
parentcd4e9cc26aa4cad7c3dccba6db2a6f981a36f9fd (diff)
feat(content): :sparkles: New content, frontmatter conf, etc...
New content created, frontmatter config fixes, etc, etc...
Diffstat (limited to '.frontmatter/config/taxonomy/page.json')
-rw-r--r--.frontmatter/config/taxonomy/page.json114
1 files changed, 0 insertions, 114 deletions
diff --git a/.frontmatter/config/taxonomy/page.json b/.frontmatter/config/taxonomy/page.json
deleted file mode 100644
index 838d8c4..0000000
--- a/.frontmatter/config/taxonomy/page.json
+++ /dev/null
@@ -1,114 +0,0 @@
-{
- "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": "choice",
- "choices": [
- "full",
- "original",
- "none"
- ],
- "default": "full"
- },
- {
- "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