Try our conversational search powered by Generative AI!

TinyMCE: Cannot use TinyMce settings of a property of Block type to another property

Found in

EPiServer.CMS.TinyMce 4.6.0

Fixed in

EPiServer.CMS.TinyMce 4.7.1

(Or a related package)

Created

Nov 22, 2023

Updated

Dec 25, 2023

Area

CMS UI

State

Closed, Fixed and tested


Description

TinyMCE settings can now be customized for a property of a block type when configuring TinyMCE, for example:

config.Use<EditorialBlock, StandardPage>(s => s.MainBody, p => p.MainBody);