netlify cms
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
backend:
|
||||
name: github
|
||||
repo: kenotron/crashtestdev
|
||||
media_folder: static/assets
|
||||
public_folder: assets
|
||||
collections:
|
||||
- name: blog
|
||||
label: Blog
|
||||
folder: blog
|
||||
create: true
|
||||
fields:
|
||||
- { name: path, label: Path }
|
||||
- { name: date, label: Date, widget: date }
|
||||
- { name: title, label: Title }
|
||||
- { name: heroImage, label: Hero Image, widget: image }
|
||||
- { name: body, label: Body, widget: mdx }
|
||||
Reference in New Issue
Block a user