summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/taxonomy/legal.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/legal.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/legal.json')
-rw-r--r--.frontmatter/config/taxonomy/legal.json76
1 files changed, 0 insertions, 76 deletions
diff --git a/.frontmatter/config/taxonomy/legal.json b/.frontmatter/config/taxonomy/legal.json
deleted file mode 100644
index 176be12..0000000
--- a/.frontmatter/config/taxonomy/legal.json
+++ /dev/null
@@ -1,76 +0,0 @@
-{
- "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",
- "isPublishDate": true
- },
- {
- "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