summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/taxonomy/minimal.json
diff options
context:
space:
mode:
Diffstat (limited to '.frontmatter/config/taxonomy/minimal.json')
-rw-r--r--.frontmatter/config/taxonomy/minimal.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/.frontmatter/config/taxonomy/minimal.json b/.frontmatter/config/taxonomy/minimal.json
new file mode 100644
index 0000000..3c730eb
--- /dev/null
+++ b/.frontmatter/config/taxonomy/minimal.json
@@ -0,0 +1,29 @@
+{
+ "name": "Minimal",
+ "pageBundle": false,
+ "previewPath": null,
+ "fields": [
+ {
+ "title": "Title",
+ "name": "title",
+ "type": "string",
+ "single": true
+ },
+ {
+ "title": "Description",
+ "name": "description",
+ "type": "string"
+ },
+ {
+ "title": "Type",
+ "name": "type",
+ "type": "choice",
+ "choices": [
+ "default",
+ "docs",
+ "minimal"
+ ],
+ "default": "minimal"
+ }
+ ]
+ } \ No newline at end of file