sheadawson / silverstripe-shortcodable

Provides a GUI for CMS users to insert Shortcodes into the HTMLEditorField + an API for developers to define Shortcodable DataObjects and Views.
MIT License
48 stars 36 forks source link

Fix for `onbeforesubmitform` when plugin disabled #54

Closed nedmas closed 7 years ago

nedmas commented 7 years ago

Currently onbeforesubmitform will try and run the shortcodable TinyMCE plugin even if it's not registered. So this is a simple fix to stop that from happening and allow compatibility with multiple HtmlEditorConfig's.