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
Hey folks! I'd like the ability to remove Entry editors. While you can set additional ones with https://www.npmjs.com/package/contentful-migration#configureentryeditors-entryeditor--void, I am not able to REMOVE anything.
For instance, I'd like to keep the default built-in editor and built-in tab, but remove the built-in references. This can be done manually: https://www.contentful.com/help/remove-reference-view/.
Example code I tried that did not remove the references entry editor, just shifted so that the other two were first.
const contentTypeEditor = migration.editContentType("contentType"); contentTypeEditor.configureEntryEditors([ { widgetNamespace: "editor-builtin", widgetId: "default-editor" }, { widgetNamespace: "editor-builtin", widgetId: "tags-editor" }, ]);
If this is already possible, please let me know, but I couldn't determine a solution based on the docs 😅 Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey folks! I'd like the ability to remove Entry editors. While you can set additional ones with https://www.npmjs.com/package/contentful-migration#configureentryeditors-entryeditor--void, I am not able to REMOVE anything.
For instance, I'd like to keep the default built-in editor and built-in tab, but remove the built-in references. This can be done manually: https://www.contentful.com/help/remove-reference-view/.
Example code I tried that did not remove the references entry editor, just shifted so that the other two were first.
If this is already possible, please let me know, but I couldn't determine a solution based on the docs 😅 Thanks!
The text was updated successfully, but these errors were encountered: