Show TOC

Branding Portal on DeviceLocate this document in the navigation structure

Use

The Web Resource Repository provides a single storage location for all your application resources and branding resources.

The resources used by the tablet and smartphone framework pages are also stored in the Web Resource Repository. These resources include .less files, .css files, and image files. The Web Resource Repository enables you to view, download, modify, and upload these files, to facilitate modifying application resources, without redeploying the applications.

For information about .less files, see http://lesscss.orgInformation published on non-SAP site.

The out-of-the-box structure of the folders in the Web Resource Repository is as follows:

  • Web Resources

    • Application Branding

      • ~com.sap.portal.navigation.mfp.resources

        • 1

          • default

            • css

            • images

            • jQueryCSS

            • less

Folder

Description

Application Branding

Contains folders for each application's branding resources.

Caution

Do not delete this folder.

~com.sap.portal.navigation.mfp.resources

The name of the application.

1

The out-of-the-box version folder, which is named 1 .

When the application is deployed, if its branding resources were modified since the last deployment, a new version folder is created. The name of the new folder is the next consecutive number. The runtime uses the active version folder, which is the folder with the highest number.

The name of the active version folder of an application is displayed in the Active Version Folder property of the application folder.

Note

When a new version folder is created, it is necessary to recreate any required customizations that were made in the previous version.

default

The folder containing the default branding resources. The resources in this folder are used if there is no custom resources folder.

To use custom resources, create a folder for the custom resources, which is a sibling of the default folder. To ensure that the custom resources are used in runtime for a specific theme, the ID of the folder must be the same as the Theme ID . For example, if the ID of the SAP Tradeshow theme is sap_tradeshow , the name of the folder must also be sap_tradeshow .