Documentation
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
Navigation Portlet
Specify the options that will be provided to the user in the edit configuration mode of the portlet.
navigation.display.style.options=relative-with-breadcrumb,from-level-2-with-title,from-level-1-with-title,from-level-1,from-level-1-to-all-sublevels,from-level-0
Define each mode with 4 comma delimited strings that represent the form: headerType, rootLayoutType, rootLayoutLevel, includedLayouts, and nestedChildren.
navigation.display.style[relative-with-breadcrumb]=breadcrumb,relative,0,auto,true
navigation.display.style[from-level-2-with-title]=root-layout,absolute,2,auto,true
navigation.display.style[from-level-1-with-title]=root-layout,absolute,1,auto,true
navigation.display.style[from-level-1]=none,absolute,1,auto,true
navigation.display.style[from-level-1-to-all-sublevels]=none,absolute,1,all,true
navigation.display.style[from-level-0]=none,absolute,0,auto,true