Remove widgets

Magellan user guide

My Favorite Pages widget

The themeconfig.json file (your customized version of the siteconfig.json file) is used to remove the My Favorite Pages widget from your Magellan content page, including:

  • the My Favorite Pages widget from the right navigation

  • the Add to favorites option in the Topic heading menu

  • the control options for the My Favorite Pages widget in the Configuration dialog.

Remove the My Favorite Pages widget:

  1. Open Files from the Primary navigation.

  2. Go to <your theme name> top-level folder.

  3. Open your themeconfig.json file in a text editor.

  4. In the favourites_pages object, set enabled, visible and defaultValue to false.

    "favourites_pages": {
    "enabled": false,
    "visible": false,
    "defaultValue": false
    },

  5. Save your themeconfig.json file and reupload it.

My Saved Searches widget

The themeconfig.json file is used to remove the My Saved Searches widget from your Magellan site. Removing this widget will automatically remove the Save Search button from the Search results toolbar.

Remove the My Saved Searches widget:

  1. Open Files from the Primary navigation.

  2. Go to <your theme name> top-level folder.

  3. Open your themeconfig.json file in a text editor.

  4. In the my_savedSearches object, set enabled, visible and defaultValue to false.

    "my_savedSearches": {
    "enabled": false,
    "visible": false,
    "defaultValue": false
    },

  5. Save your themeconfig.json file and reupload it.