contentful/contentful-import

Importing Editor Interfaces ignores sidebar and editors

aghuddleston opened this issue · 0 comments

Currently the import code for the editor interfaces copies over

            ctEditorInterface.controls = editorInterface.controls
            ctEditorInterface.groupControls = editorInterface.groupControls
            ctEditorInterface.editorLayout = editorInterface.editorLayout

But, as Contentful has added more options (thank you) for configuring, there are more editor interface configurations (https://contentful.github.io/contentful-management.js/contentful-management/7.53.0/interfaces/EditorInterface.html) such as

sidebar
editors

It would be nice if the import included sidebar and editors in the Editor Interfaces import.