Platform info details in custom application

Product/components used and version/fix level:

10.18.0.320.

Detailed explanation of the problem:

Hi, I am missing this information in my custom application. In which module is this part about platform info? Maybe I didn’t include everything.

Hi @marija.stefanjuk,

This section might be hidden depending on the ApplicationOptions that have been set for your custom application.

If hidePlatformInformation has been set to true, this section will be hidden. In case the hidePlatformInformation option is not set (undefined), the hidePowered option will be considered and if that one is set to true the section is also hidden.
In case you want to hide the powered by section in the navigation, but also want to see the platform details, you would want to set hidePlatformInformation to false but set hidePowered to true.

Regards,
Tristan

1 Like

Thank you, this helped.

Br,
Marija

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.