This commit is contained in:
Ken
2019-08-16 20:35:55 -07:00
parent 1d7c9df8e4
commit b4f5e90447
8 changed files with 236 additions and 1991 deletions
-6
View File
@@ -1,6 +0,0 @@
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)