Project

General

Profile

Bug #100679

Updated by Andreas Kienast about 1 year ago

There are currently two ways to configure link classes in ckeditor: 
 * via @config.stylesSet@ 
 * via @buttons.link.properties.class.allowedClasses@ 

 The latter configuration is required for use in the LinkBrowser. If the configured classes are missing in @config.stylesSet@, @config.stylesSet, CKEditor's behavior is undefined. In most cases, the class is dropped upon save.

Back