-
Type:
Feature Request
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 6.0.5 GA, 6.0.6 GA
-
Fix Version/s: None
-
Component/s: Documentation
-
Labels:None
-
Environment:6.0.x, 5.2.x
- Set the default layout template id.
default.layout.template.id
and
- Set the default layout template id used when creating layouts.
layout.default.template.id
Both are used in the portal, they are used for the same thing, and PropsValues.DEFAULT_LAYOUT_TEMPLATE_ID is used more than PropsValues.LAYOUT_DEFAULT_TEMPLATE_ID
The second is used only once in LayoutLocalServiceImpl.addLayout when creating the default LayoutTypePortlet.
From then on, only PropsValues.DEFAULT_LAYOUT_TEMPLATE_ID is used when working with the LayoutTypePortlet.
Perhaps some kind of clarification in portal.properties that these should both be set if you intend to change the default layouts?