[TinyMCE] Restore an obsolete `AddSetting` call

Fixed in

EPiServer.CMS.TinyMce 4.4.0

Created

May 02, 2023

Updated

Jun 02, 2023

Area

CMS UI

State

Closed, Fixed and tested


Description

Fixed an issue that caused external libraries that were compiled with older TinyMCE versions (< 4.2.0) to fail with a MissingMethodException. The old AddSetting method, which accepts two arguments, was restored to make it call the new method with the third argument hardcoded to true.