留言板

Theme Page Template Layout Setting

Michael Anthony Dorrian,修改在11 年前。

Theme Page Template Layout Setting

Junior Member 帖子: 98 加入日期: 09-9-3 最近的帖子
Hi All,
Is it possible to set the page layout template(2 columns(30/70)) for every page on a website in a theme(not in the portal-ext.properties).

I want my navigation portlet on left hand side of the page with content on the right hand side and i want this set in the theme if possible.

Can this be done..if so how?.

Thanks in advance
Bradley Wood,修改在11 年前。

RE: Theme Page Template Layout Setting

Michael Anthony Dorrian,修改在11 年前。

RE: Theme Page Template Layout Setting

Junior Member 帖子: 98 加入日期: 09-9-3 最近的帖子
Bradley Wood:
Well if you use the resources importer you can create a layoutId for all of the other pages.
"layoutTemplateId": "1_3_1_columns"

https://github.com/liferay/liferay-plugins/blob/master/themes/zoe-tech-theme/docroot/WEB-INF/src/resources-importer/sitemap.json


Thank you so much for this very useful advice..I will try this out.