Outputhtml sample is wrong - configureHtmlOutput is incompatible with ACF
When trying to point a user to a sample on how to use attributes instead of inline styles for images I was surprised that it no longer works.
The whole section "Output properties as attributes, not styles" is incompatible with the default editor configuration. It looks like ACF converts attributes back to styles.
Change History (6)
Owner: |
set to Piotrek Koszuliński
|
Status: |
confirmed →
assigned
|
Status: |
assigned →
review
|
Milestone: |
→ CKEditor 4.1.1
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
I can confirm this. This is efinitely ACF issue as putting
allowedContent : true
in editor configuration fixes problem.