You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new editor based on CodeMirror 6 is enabled by default in the template post type edit screen (Template, Style, Script, and Control) and in Gutenberg. However, in the Elementor and Beaver Builder integrations, the old editor is still needed until compatibility issues are resolved.
Old editor
The old editor based on CodeMirror 5 has been archived to its own repository.
When using the Tangible module to edit a L&L Template directly in a Beaver Builder layout, there's a styling conflict impacting the module's readability.
Beneath the editor, the Settings part is in dark mode with all text dark as well.
This is the L&L CSS rule involved and how i fixed it by modifying the selector:
Thank you @studioavanti. As you discovered, there's a known issue with Beaver Builder's overly-eager CSS rules causing conflict with the new code editor. I appreciate the suggested fix, I'll try that.
This is an overview of tasks related to the recent upgrade of the code editor.
Formatter
Builder integrations
Improvements
About the upgrade from CodeMirror 5 to 6
New editor
Documentation for the new editor: https://docs.loopsandlogic.com/reference/template-system/editor/
The new editor based on CodeMirror 6 is enabled by default in the template post type edit screen (Template, Style, Script, and Control) and in Gutenberg. However, in the Elementor and Beaver Builder integrations, the old editor is still needed until compatibility issues are resolved.
Old editor
The old editor based on CodeMirror 5 has been archived to its own repository.
Its minified bundle without source maps is still in the Template System, until the new editor fully replaces it: modules/codemirror-5.
The text was updated successfully, but these errors were encountered: