Bug: Upgraded to 7.6.12, Vorto RTE field mandatory issue
We recently upgraded to v7.6.12 and noticed an odd issue with the Vorto RTE field. If the field is set to mandatory it gives a "Property has errors" when you attempt to publish, even if the field is populated. The only way around this is to set the field so it isn't mandatory, which isn't really a solution.
Can you help me with how to show the vorto RTE Data i'v tried @Umbraco.Field("The RTE name") and @Model.Content.GetVortoValue("The RTE name") and i can't find the right way.
Bug: Upgraded to 7.6.12, Vorto RTE field mandatory issue
We recently upgraded to v7.6.12 and noticed an odd issue with the Vorto RTE field. If the field is set to mandatory it gives a "Property has errors" when you attempt to publish, even if the field is populated. The only way around this is to set the field so it isn't mandatory, which isn't really a solution.
Are you using the Grid Editor?
We had a Vorto field wrapping a custom datatype that used a table in the toolbar. Switched to wrapping a standard rich text editor and it works fine.
Hi djscorch,
Can you help me with how to show the vorto RTE Data i'v tried @Umbraco.Field("The RTE name") and @Model.Content.GetVortoValue("The RTE name") and i can't find the right way.
thanks in advance.
Hi. You can use @(Html.Raw(Model.GetVortoValue("The RTE name")))
is working on a reply...