Documentation
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
Control Panel
Set the name of the layout.
control.panel.layout.name=Control Panel
Set the friendly URL of the layout.
control.panel.layout.friendly.url=/manage
Set the theme of the layout.
control.panel.layout.regular.theme.id=controlpanel
Set the maximum number of sites that will be shown in the navigation menus. A large value might cause performance problems if the number of sites that the user can administrate is very large.
control.panel.navigation.max.sites=100
Set the name of a class that implements com.liferay.portlet.ControlPanelEntry. This class denotes the default value of of the element control-panel-entry-class in liferay-portlet.xml and is called by the control panel to decide whether the portlet should be shown to a specific user in a specific context.
control.panel.default.entry.class=com.liferay.portlet.DefaultControlPanelEntry