From e8ccafc7765ad244d3ea6bc17d03efd9ad515247 Mon Sep 17 00:00:00 2001 From: Tharanidk Date: Fri, 1 Nov 2024 11:12:56 +0530 Subject: [PATCH] corrected file location --- .../customizations/overriding-the-publisher-portal-theme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/docs/reference/customize-product/customizations/overriding-the-publisher-portal-theme.md b/en/docs/reference/customize-product/customizations/overriding-the-publisher-portal-theme.md index bb12adc780..57a82bee58 100644 --- a/en/docs/reference/customize-product/customizations/overriding-the-publisher-portal-theme.md +++ b/en/docs/reference/customize-product/customizations/overriding-the-publisher-portal-theme.md @@ -9,13 +9,13 @@ In this section, we will cover the first technique which is the easiest way to c For the second technique, please refer [Advanced Customization]({{base_path}}/develop/customizations/advanced-ui-customization/) section. -The default theme of the Publisher portal is built into the portal bundle file. You can find the pre-packed default theme file in the `/repository/deployment/server/webapps/publisher/src/main/webapp/source/src/app/data/defaultTheme.js` source directory. +The default theme of the Publisher portal is built into the portal bundle file. You can find the pre-packed default theme file in the `/repository/deployment/server/webapps/publisher/source/src/app/data/defaultTheme.js` source directory. This can be used as a reference to identify the custom extension points that are available in the Publisher theme file. -To override the default theme parameters, you have to update the [externalized](https://webpack.js.org/configuration/externals/) `userThemes.json` file in the `/repository/deployment/server/webapps/publisher/src/main/webapp/site/public/conf/userThemes.json` file. +To override the default theme parameters, you have to update the [externalized](https://webpack.js.org/configuration/externals/) `userThemes.js` file in the `/repository/deployment/server/webapps/publisher/site/public/conf/userThemes.js` file. -Changes done in the `userThemes.json` file are reflected directly in the Publisher app (You do not need to restart the server or rebuild the source code). +Changes done in the `userThemes.js` file are reflected directly in the Publisher app (You do not need to restart the server or rebuild the source code). When modifying the theme, you can only provide the custom parameter that you want to override in the default theme, the rest of the theme parameters will be inherited from the built-in default theme configuration.