We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the import code for the editor interfaces copies over
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
It would be nice if the import included sidebar and editors in the Editor Interfaces import.
The text was updated successfully, but these errors were encountered: