diff options
Diffstat (limited to '.frontmatter/config/taxonomy/minimal.json')
| -rw-r--r-- | .frontmatter/config/taxonomy/minimal.json | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/.frontmatter/config/taxonomy/minimal.json b/.frontmatter/config/taxonomy/minimal.json deleted file mode 100644 index 3c730eb..0000000 --- a/.frontmatter/config/taxonomy/minimal.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "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 |
