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 bug with '=' present in shortcode attribute value #71

Closed micschk closed 6 years ago

micschk commented 6 years ago

Eg [sc url="[https://www.youtube.com/watch?v=dQw4w9WgXcQ]()"] Would be parsed into (attrs): array('url=https://www.youtube.com/watch?v' => 'dQw4w9WgXcQ')