The recursive option was not set originally, but the page still displayed the value contained in the parent page field when viewed in the browser. I tried setting the attribute to recursive="false" but it still displayed the value in the parent page.
I tried using the textIfEmpty attribute but this didn't work either, the umbraco:item continued to output the value in the parent page.
So, what did work was to put the following into the page content field (which I should mention is an RTE field): <p>‌</p> i.e. it stopped the parent page field from being output.
Problems with umbraco:item recursive and useIfEmpty attributes
Hi everyone,
I've tested this in v7.5.2 and v7.5.13
The
recursive
option was not set originally, but the page still displayed the value contained in the parent page field when viewed in the browser. I tried setting the attribute torecursive="false"
but it still displayed the value in the parent page.I tried using the
textIfEmpty
attribute but this didn't work either, theumbraco:item
continued to output the value in the parent page.So, what did work was to put the following into the page content field (which I should mention is an RTE field):
<p>‌</p>
i.e. it stopped the parent page field from being output.I've just come across this also.
is working on a reply...