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

CKEditor 5 Plugin: Expand #42

Open jnicholCU opened 8 months ago

jnicholCU commented 8 months ago

Apparently I missed this as a button that needed to be made. There's still a number of shortcodes from Drupal 7 Express that need to be implemented. Below are the remaining shortcodes and descriptions of how they work. Most shortcodes, unless specified, come from the cu_shortcodes module: https://github.com/CuBoulder/express_mono/blob/dev/modules/custom/cu_shortcodes

This shortcode provides a trigger to toggle hidden content. [expand title="Title goes here" heading="h2/h3/h4/h5/h6/div" style="large/small/tooltip"]your content here[/expand]

timurtripp commented 2 weeks ago

Expand Shortcode not being migrated. Marking as not planned.

jcsparks commented 1 week ago

Still needed, will need to implement