Fanoe - hide from nav checkbox is missing on textpage
Hi,
I've rebuilt a site and azure has installed the new fanoe starter kit. It looks ok but the "hide from nav" checbox you get with the txt starter kit is missing.
Can someone please tell me how to put it back on the textpage template?
You can add a custom property on your textpage document type by going to the "Settings" section and finding the "Textpage" document type.
Then under the "Generic properties" tab you can add a new property that you setup like this
Name: Hide from navigation
Alias: umbracoNaviHide
Type: true/false
Tab: Choose the tab where you want this to appear
The important thing here is the alias, which should be named exactly as it is above.
But please be aware that you need to make checks for "Visible" in your code if using Razor for rendering. And the Fanoe starter kit probably does not use this option out of the box if it's not possible to hide pages initially.
Fanoe - hide from nav checkbox is missing on textpage
Hi,
I've rebuilt a site and azure has installed the new fanoe starter kit. It looks ok but the "hide from nav" checbox you get with the txt starter kit is missing.
Can someone please tell me how to put it back on the textpage template?
Thanks in advance
Andy :)
Hi Andy
You can add a custom property on your textpage document type by going to the "Settings" section and finding the "Textpage" document type.
Then under the "Generic properties" tab you can add a new property that you setup like this
Name: Hide from navigation Alias: umbracoNaviHide Type: true/false Tab: Choose the tab where you want this to appear
The important thing here is the alias, which should be named exactly as it is above.
But please be aware that you need to make checks for "Visible" in your code if using Razor for rendering. And the Fanoe starter kit probably does not use this option out of the box if it's not possible to hide pages initially.
Hope this makes sense.
/Jan
That worked!
Thanks for your help :)
is working on a reply...