Renaming Theme Templates | HCL Digital Experience
You can rename the default filename of the theme template from theme.html. In the ready-to-use theme renaming the theme.html file is used to provide a different theme view for the administrative pages.
About this task
com.ibm.portal.theme.template.file.name.html
. This setting is not
inherited along the navigation hierarchy.To set the theme template on a page, you must use the XML configuration interface (XMLAccess).
Procedure
- Export the page by using XMLAccess.
-
Edit the resulting XML file and add the following parameter to the content-node, replacing
my_theme.html with your theme template file name.
<parameter name="com.ibm.portal.theme.template.file.name.html" type="string" update="set"><![CDATA[my_theme.html]]></parameter>
- Save the XML file.
- Import the page using XMLAccess or the Import XML portlet.