Today I would like to outline the changes included in v1.6 of the Sitecore Code Editor Module. Those of you that have never seen or heard of this module, it provides an improved text editing experience using the Ace Code Editor plugin. I'll outline some of the enhancements or fixes then go through each in greater detail.
Changes:
- Added persistent user settings for the editor.
- Added configurable height and width for the editor window.
- Added scrolling to the content editor window.
- Updated with new mimetypes.
- Fixed issue with media blobs not appearing in module packages.
- Fixed code template share setting.
The nice thing about this release is it was heavily influenced by community requests. You may have noticed while using the code editor on most computer screens the modal window was just not quite large enough. Now the module supports storing the modal window width, height. In addition, settings that effect the text include font size, font type, and theme.
The content window in the Content Editor now supports scrolling for large sets of text.
Mime types have been added for files with content for LESS, SCSS, Windows PowerShell, and others. These can be found in Sitecore.SharedSource.CodeEditor.config.
The Code Attachment field type was removed to correct an issue where media item blobs were not properly included in the packages. I figured out that I can add command buttons in the content editor in code rather than defining in the core database as a new field type. Thanks to John West for posting that article a few years ago :)
I've reverted back to the original Attachment system type but changed the control.
I've reverted back to the original Attachment system type but changed the control.
No comments:
Post a Comment