TinyMCE editor resizable height restricted after upgrade to ParisDescriptionIn Paris, the user can click and drag up to a fixed height while in pre-Paris, TinyMCE editor can be changed to unlimited height.Release or EnvironmentParisCauseThere were some PRB fixes done in Paris for the TinyMCE editor which changed the behavior.ResolutionAdd an attribute to any/all HTML fields on the dictionary record. The attribute is: "editor.max_height" and needs to be set to some large number.Steps:1.Go to the dictionary entry of the field2. Switch to Advanced View3. In the Attributes fields, add editor.max_height and set it to a larger number. For example: editor.max_height = 3000. Additional InformationCustomize TinyMCE attributes