-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add back the missing ckeditor link/unlink/anchor buttons #2142
Comments
I have no idea how/why our link buttons were removed from the default format. That is just crazy. I'll whip up a PR for this one. |
Backdrop already includes link buttons and they are supposed to be enabled by default. You can still enable them manually after install, but the fact that they are missing on new installs is a bug. As shown in the PR, backdrop/backdrop#1527, we just omitted the word "Backdrop" from the button names, they're already supposed to be positioned in the default toolbar. |
Hooray, the links are back :) RTBC from me. |
Merged into 1.x and 1.4.x. |
In the latest version of Backdrop the link/unlink/anchor buttons are missing. This is because we pulled Drupal 8's compiled version of CKeditor, and Drupal 8 uses their own link plugin, so has removed the default.
Is it time to start rolling our own compiled version of the CKeditor library? Let's document here the steps to follow to get an adequate version of CKeditor for Backdrop. We can follow this recipe every time the editor needs to be updated so we don't accidentally remove features people know and love.
The text was updated successfully, but these errors were encountered: