It seems like "umbracoNaviHide" is hard coded:
|
if (prop.alias === 'umbracoNaviHide') { |
Our projects use "isVisible" and this is in the settings for the block list item rather than in the main set of properties for that item (i.e., the "Settings model" rather than the "Content model"):
It would be handy if both of these possibilities were configurable (either via json config or startup code).
It seems like "umbracoNaviHide" is hard coded:
NestingContently/src/NestingContently.Umbraco/Backoffice/app/Backoffice/button.component.ts
Line 49 in 2adcf31
Our projects use "isVisible" and this is in the settings for the block list item rather than in the main set of properties for that item (i.e., the "Settings model" rather than the "Content model"):
It would be handy if both of these possibilities were configurable (either via json config or startup code).