I'm using Embedded Content with Umbraco 4.7.1 and still loving it :)
I've hit one problem though which is that I can select a Rich Text type for the embedded data but this renders as a normal small textstring input box. Is there a way to make this work? It would be very useful if it did.
rich text in embedded content
I'm using Embedded Content with Umbraco 4.7.1 and still loving it :)
I've hit one problem though which is that I can select a Rich Text type for the embedded data but this renders as a normal small textstring input box. Is there a way to make this work? It would be very useful if it did.
I would also find this useful.
I use use Razor syntax as below:
@Html.Raw(c.GetProperty("news").ToString())
is working on a reply...