Recently I introduced TinyMceEnhancements addon for Optimizely TinyMCE integration. Today I’d like to introduce another enhancement Full Width TinyMCE.
TinyMceEnhancements full width

All Optimizely properties have very similar width. This width is suitable for fields such as ContentReference or short text, but often the TinyMCE property used to store the main content of an article contains much more text and we would like the field to be wider.

TinyMceEnhancements full width default

Using TinyMceEnhancements we can make the TinyMCE field larger. The assumption is that the HTML editor will be the only property on the tab. To increase the width of the editor, the FullSizeTinyMce attribute must be added to the property model. The attribute has two configuration options:

Centered

The TinyMCE editor will be centred

TinyMceEnhancements full width centered

FullWidth

The TinyMCE editor will be stretched to the full width of the editing area

TinyMceEnhancements full width

Feature has to be turned on in options:

Plugin is available as Nuget package. You can check source code and report bugs on github