bennycode / wlc-webapp

Website for free programming tutorials and screencasts.
http://www.welovecoding.com/
6 stars 1 forks source link

Provide textarea for playlist and video description #106

Closed bennycode closed 10 years ago

bennycode commented 10 years ago

At the moment there is only a single-line textfield for video and/or playlist description. We need something cooler here. ;)

Yserz commented 10 years ago

Where? I already saw a TextField in admin-ui I think.

bennycode commented 10 years ago

Yeah. You are right. We already have the RenderType.TEXTAREA and I just added it for the description property in our VideoFormModel. So everything is okay now. :)