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

Empty shortcode added on empty submission #27

Closed spekulatius closed 8 years ago

spekulatius commented 8 years ago

When I submit the "Insert a shortcode" form without selecting anything it will add:

[]

which I can't see much usage in. Should I fix this?

sheadawson commented 8 years ago

Yeap if you've got time please fix :)