add netlify-cms (main) package

This commit is contained in:
Shawn Erquhart
2018-07-23 23:40:48 -04:00
parent 19f484eeda
commit 27d13a73b6
18 changed files with 115 additions and 70 deletions

View File

@ -10,7 +10,6 @@ import { setStore } from 'ValueObjects/AssetProxy';
import { ErrorBoundary } from 'UI'
import App from 'App/App';
import 'EditorWidgets';
import 'MarkdownPlugins';
import 'what-input';
const ROOT_ID = 'nc-root';

View File

@ -1,8 +0,0 @@
import { registerEditorComponent } from 'Lib/registry';
import image from 'netlify-cms-editor-component-image';
const plugins = [
image,
];
plugins.forEach(registerEditorComponent);

View File

@ -1,9 +0,0 @@
/**
* Components
*/
@import "./components/EditorWidgets/EditorWidgets.css";
/**
* Backend auth pages
*/
@import "./backends/git-gateway/AuthenticationPage.css";