CuBoulder / ucb_ckeditor_plugins

This Drupal 9+ module contains a collection of CKEditor 5 plugins to add functionality to the WYSIWYG editor.
GNU General Public License v2.0
1 stars 0 forks source link

Box plugin: adds configuration toolbar and options #9

Closed timurtripp closed 1 year ago

timurtripp commented 1 year ago

A toolbar appears when clicking inside a box and allows editing of the following options:

Title:

Alignment:

Style:

Theme:

Resolves CuBoulder/ucb_ckeditor_plugins#7 Resolves CuBoulder/tiamat-theme#250

patrickbrown-io commented 1 year ago

Editor experience works great, toolbar for Box works well and applies the correct styles within the editor:

Screen Shot 2023-04-06 at 11 01 14 AM

However the styles do not come through on page, although it looks like the correct classes are being applied:

Screen Shot 2023-04-06 at 10 59 08 AM

Think the stylesheet add just needs to be fixed and this will likely be good to go!

timurtripp commented 1 year ago

A fix has been pushed for missing extensions in the styles library, it should work now! @patrickbrown-io