exponentcms / exponent-cms

Content Management, Simple.
exponentcms.org
GNU General Public License v2.0
59 stars 24 forks source link

Bug: we do NOT check for missing ckeditor plugins on inline views #1505

Closed exponentcms closed 4 years ago

exponentcms commented 4 years ago

If a wysiwyg editor configuration contains a missing plugin, the editor will NOT load on the inline edit views since we don't check for the plugin file like we do with regular control instantiation.

exponentcms commented 4 years ago

(from [0d6acc35b1545ae1311a35c3c8467ea92b9a8118]) Adds check for existence of WYSIWYG editor custom plugins before loading so they won't crash the page for the text module inline edit views [#1147 state:resolved] https://github.com/exponentcms/exponent-cms/commit/0d6acc35b1545ae1311a35c3c8467ea92b9a8118

exponentcms commented 4 years ago

Lighthouse URL: https://exponentcms.lighthouseapp.com/projects/61783/tickets/1147