Categories

System Admin
DXM
Documents
Data

Links

User Context App – Customization

Customization

Every customer has their own set of styles and color palettes, their own logos, branding and marketing information which should be added into applications or posts.

Customizations can be made by changing various components of the app configuration or styling configuration.

Some examples of customization include:

Replacing the standard logout or avatar icons

The standard display for the user context app is a set of buttons which allows the user to click their name to access their details or the logout icon to exit the portal or application.

Customizations can be made using the UI or adding to the JSON.

Note: Not all apps can be previewed in the Preview pane, for this particular example, all images are taken from api-rel.fundpress.io/applicationManager/apps/<appguid>/

Currently the user avatar is yellow, and the logout icon is transparent. In this example, both icons will be changed.

Using the UI

You will need to have the replacement icons as SVG files available for upload for this exercise.

  1. Click the Assets tab.
  2. Click the Add new asset button.

  1. Click Select File.
  2. Browse to the appropriate folder, select the appropriate svg, then click Open.
  1. Use the dropdown arrow to select the asset to override, for example, the user profile svg is called UserProfile.svg.
  2. Click the Upload button.
  1. Click Save.
  2. Add a comment, then click Confirm.

 

  1. Repeat steps 2 to 7 for the Logout icon, replace the Logout.svg asset.
  2. Click Save.
  3. Add a comment then click Confirm.
 
Refresh api-rel.fundpress.io/applicationManager/apps/<appguid>/ – the new icons will be visible.

Changing display options from buttons to a dropdown menu

There are 2 options available for the look of the User Context app. Either a user profile button alongside a logout button or the option of a dropdown menu where the user can select one of these options.

To change between these options, follow these steps.

Using the UI

  1. Click the Configuration tab, and select the UI editor.
  2. Click Components.

  1. Click App.
  2. Use the dropdown arrow next to Display Type to select dropdown-menu.
  3. Click Save.
  4. Add a comment, then click Confirm.
  1. Click on Dropdown Menu in the left navigation pane or click the Components button > Dropdown Menu.
  2. Click Items.
  1. Use the up and down arrows to change the order in which the items appear in the dropdown menu.
  2. If Impersonation is not being used, delete the Stop Impersonating option.
  3. Click Save.
  4. Add a comment, then click Confirm.

Refresh api-rel.fundpress.io/applicationManager/apps/<appguid>/ – the buttons will replaced by a dropdown menu.

Click the dropdown arrow to display the menu options.