Documentation
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
Default Guest Public Layouts
The Guest group must have at least one public page. The settings for the initial public page are specified in the following properties.
If you need to add more than one page, set the property default.guest.public.layouts.lar to specifiy a LAR file instead.
For even more complex behavior, override the addDefaultGuestPublicLayouts method in com.liferay.portal.service.impl.GroupLocalServiceImpl.
Set the name of the public layout.
default.guest.public.layout.name=Welcome
Set the layout template id of the public layout.
default.guest.public.layout.template.id=2_columns_ii
Set the portlet ids for the columns specified in the layout template.
default.guest.public.layout.column-1=58
default.guest.public.layout.column-2=47
default.guest.public.layout.column-3=
default.guest.public.layout.column-4=
Set the friendly url of the public layout.
default.guest.public.layout.friendly.url=/home
Set the regular theme id for the public layout.
Example:
default.guest.public.layout.regular.theme.id=classic
Set the regular color scheme id for the public layout.
Example:
default.guest.public.layout.regular.color.scheme.id=01
Set the wap theme id for the public layout.
Example:
default.guest.public.layout.wap.theme.id=mobile
Set the wap color scheme for the public layout.
Example:
default.guest.public.layout.wap.color.scheme.id=01
Specify a LAR file that can be used to create the guest public layouts. If this property is set, the previous layout properties will be ignored.
Example:
default.guest.public.layouts.lar=${liferay.home}/deploy/default_guest_public.lar