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.
10.18.0.320.
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.
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
Thank you, this helped.
Br,
Marija
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.