Yes I agree, it's not ideal but I don't have an appropriate field to use instead and I don't want to add a field just for the user to enter a title for the template name.
I did try doing something like this but it doesn't seem to accept the begin param
Using RTE property as Name Template in Nested Content
Hello all
I need to use a RTE value as the Name Template in Nested Content but when it gets displayed to the user on the editing screen it's showing the html.
Is there a way to not show the html?
Thanks
Hi David,
It's not a perfect idea to output RTE content as a name of the item. What if the editor adds a lot of content to this RTE?
Can you change that?
Thanks,
Alex
Yes I agree, it's not ideal but I don't have an appropriate field to use instead and I don't want to add a field just for the user to enter a title for the template name.
I did try doing something like this but it doesn't seem to accept the begin param
Did you find a solution for this ? :)
You can use the angular filter "| ncRichText" to show the unformatted text like here:
For more information just read the documentation :)
You can do this:
{{text.replace("
","").replace("","")}}
is working on a reply...