This blog explains about how to make a custom template as default template for all the pages that you create in your webcenter portal application ?
- Open your Template.jspx file in Jdeveloper
- Set the value equals ' your newly created template' as shown below
<portal:preference
id="oracle.webcenter.portalapp.pagetemplate.pageTemplate"
desc="Default Page Template"
value="/oracle/webcenter/portalapp/pagetemplates/FMTemplate.jspx"
resourceType="Template" display="true"/>
No comments:
Post a Comment