Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
other
Priority:
Critical
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
1 Feb 2013 at 04:15 UTC
Updated:
10 Feb 2016 at 03:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
effulgentsia commentedTagging
Comment #2
effulgentsia commentedComment #3
wim leersThis is because CKEditor loads its default config.js file with the default config, which contains:
In previous iterations of the patch at #1890502: WYSIWYG: Add CKEditor module to core, we explicitly unlisted these buttons to be removed.
I consulted with the wwalc of the CKEditor guys, and attached is a patch that implements the proper way to ignore the default config file, and only listen to our instructions instead.
Comment #4
wim leersNow with updated tests.
Comment #5
effulgentsia commentedThanks. Since #1890502: WYSIWYG: Add CKEditor module to core needed a reroll anyway, I merged this into it.
Comment #6
wim leersExcellent — thanks!
Comment #7
Anonymous (not verified) commentedCustom buttons still don't show up. I added the buttons for left, right, centered or justified text alignment but the buttons don't show up. I did try to clear the cache but without a change.
Comment #8
Anonymous (not verified) commentedHm... it looks like for some buttons the allowed HTML tags are added automatically and for some they are not. Not sure which tags I should add for the mentioned buttons but after disabling the limit the buttons are showing up.
Comment #9
Anonymous (not verified) commentedFor anyone else having issues with the mentioned buttons make sure that you have
<p class>as an allowed tag and attribute.Comment #10
mgifford@furious_snail This issue has been closed.
It would be best to start a new issue and link both to this one and #1890502: WYSIWYG: Add CKEditor module to core
Thanks!