Opened 13 years ago
Last modified 13 years ago
#9992 closed Task
Styles combo integration with allowed content filter — at Initial Version
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.1 RC |
Component: | Core : Styles | Version: | |
Keywords: | Drupal | Cc: | wim.leers@… |
Description
Due to asynchronous nature of styles.js
loading it's now impossible to integrate it with filter. This has to be done before data are set in editor, because otherwise all styles allowed by stylescombo
are filtered out.
Possible solutions:
- Force loading
styles.js
together with plugins files. - Merge it with
config.js
- is there a reason to keep it separately?