Managing mini portlet expansion behavior

About this task

You can manage the default behavior of mini portlets, where the previously selected portlet from mini-portlets is expanded when you navigate back to the home page.

Procedure

  1. To override this behavior and prevent the previously selected portlets from being expanded, set retainExpandedStateOfMiniPortlets to false in <Store-temp>/extensions/override-static-assets/root-config/custom/extension.config.json

    See the following json

    {
          retainExpandedStateOfMiniPortlets : false 
    }
  2. Start the application by running the following command, then verify the change.
     yarn start-app