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

Placeholder is not displaying #56

Closed faloude closed 6 years ago

faloude commented 7 years ago

I recreated a DataObject as close as possible to the gist: https://gist.github.com/sheadawson/12c5e5a2b42272bd90f703941450d677

Everything works just fine, except it's showing the shortcode rather than the pretty placeholder

scrn

The getgetShortcodePlaceHolder() method is in place.

Tested in SilverStripe 3.6 and 3.5.