Remove the old form editor

[MAILPOET-2625]
This commit is contained in:
Pavel Dohnal
2020-01-29 13:53:36 +01:00
committed by Jack Kitterhing
parent ec42ef4eeb
commit fe84b9f9fb
23 changed files with 3 additions and 2714 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,9 +0,0 @@
// Initialize Editor dependencies that have side effect (meaning they
// not only define module but also modify/register something on load).
// This is to avoid undefined import order & messy WebPack config.
// Code can be gradually refactored to avoid side effects completely.
import 'form_editor_legacy/form_editor.js'; // side effect - calls document.observe()
import 'codemirror'; // side effect - has to be loaded here, used in 'editor.html'
import 'codemirror/mode/css/css'; // side effect - has to be loaded here, used in 'editor.html'