summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/taxonomy
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-27 09:26:16 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-27 09:26:16 -0400
commit33ec991951e5b4f236f4c524cbf97ecaea4a8435 (patch)
tree3553d9577025702e15cc8932b099860d4c84a12e /.frontmatter/config/taxonomy
parent56995dceed4765cc6057480905d35f701bb74ea7 (diff)
fix(content): :construction: fpnav created, headless content refactored
Building, but styling errors persist. Created JPNav headless section specifically for nav component. #17 fixed on this push.
Diffstat (limited to '.frontmatter/config/taxonomy')
-rw-r--r--.frontmatter/config/taxonomy/contenttypes/fpnav.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/.frontmatter/config/taxonomy/contenttypes/fpnav.json b/.frontmatter/config/taxonomy/contenttypes/fpnav.json
new file mode 100644
index 0000000..2db3431
--- /dev/null
+++ b/.frontmatter/config/taxonomy/contenttypes/fpnav.json
@@ -0,0 +1,55 @@
+{
+ "$schema": "https://frontmatter.codes/config/taxonomy.contenttypes.schema.json",
+ "name": "fpnav",
+ "pageBundle": false,
+ "previewPath": null,
+ "fields": [
+ {
+ "title": "Title",
+ "name": "title",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Categories",
+ "name": "categories",
+ "type": "string",
+ "single": true,
+ "default": "fpnav"
+ },
+ {
+ "title": "Weight",
+ "name": "weight",
+ "type": "number"
+ },
+ {
+ "title": "Draft",
+ "name": "draft",
+ "type": "draft",
+ "default": true
+ },
+ {
+ "title": "Nested",
+ "name": "nested",
+ "type": "boolean",
+ "default": true
+ },
+ {
+ "title": "Type",
+ "name": "type",
+ "type": "choice",
+ "choices": [
+ "default",
+ "docs",
+ "minimal"
+ ],
+ "default": "minimal"
+ },
+ {
+ "title": "thumbnail",
+ "name": "thumbnail",
+ "type": "string",
+ "single": true
+ }
+ ]
+} \ No newline at end of file