back to github source we go!

This commit is contained in:
Ken
2019-08-16 15:55:42 -07:00
parent 22007b8d29
commit b56acdb9ab
4 changed files with 74 additions and 9 deletions
+2
View File
@@ -1,4 +1,6 @@
import CMS from "netlify-cms-app"
import FileSystemBackendClass from "netlify-cms-backend-fs"
import { MdxControl, MdxPreview } from "netlify-cms-widget-mdx"
CMS.registerBackend("file-system", FileSystemBackendClass)
CMS.registerWidget("mdx", MdxControl, MdxPreview)