Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Linerly committed Apr 19, 2024
1 parent fe2df5b commit ef276a6
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ collections:
- { label: 'Discord Profile', name: 'discord', widget: 'string' }
- { label: 'Body', name: 'body', widget: 'markdown' }
- name: 'blog'
label: 'Blog'
folder: 'content/blog'
create: true
slug: '{{slug}}'
preview_path: blog/{{slug}}
editor:
preview: true
fields:
- { label: 'Title', name: 'title', widget: 'string' }
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
- { label: 'Draft', name: 'draft', widget: 'boolean', default: true }
- { label: 'Author', name: 'author', widget: 'string' }
- { label: 'Discord Profile', name: 'discord', widget: 'string' }
- { label: 'Body', name: 'body', widget: 'markdown' }
label: 'Blog'
folder: 'content/blog'
create: true
slug: '{{slug}}'
preview_path: blog/{{slug}}
editor:
preview: true
fields:
- { label: 'Title', name: 'title', widget: 'string' }
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
- { label: 'Draft', name: 'draft', widget: 'boolean', default: true }
- { label: 'Author', name: 'author', widget: 'string' }
- { label: 'Discord Profile', name: 'discord', widget: 'string' }
- { label: 'Body', name: 'body', widget: 'markdown' }

0 comments on commit ef276a6

Please sign in to comment.