Difference between revisions of "WNFg"
From SAP Enable Now Wiki
Line 3: | Line 3: | ||
==Scope== | ==Scope== | ||
− | + | SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application. | |
==Purpose== | ==Purpose== | ||
Line 17: | Line 17: | ||
* [https://enablenowexpert.com/?p=321 Customizing colors in the Web Assistant] | * [https://enablenowexpert.com/?p=321 Customizing colors in the Web Assistant] | ||
− | [[Category: | + | [[Category: SAP Companion parameter]] |
Latest revision as of 14:05, 14 July 2023
Scope
SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application.
Purpose
Used to specify the color of text and icons for hovered-over tiles on the What's New page of the Carousel, and the Title in What's New Bubbles. (Effectively, this is the equivalent of accentFg, but for What's New.
Usage
Specified as:
WNFg={RR,GG,BB}
where {RR,GG,BB} are the comma-separated decimal RGB values of the required color (so “255,0,0” for red). (You can specify them as hex values [e.g. #FF0000] in the application – but obviously using a # wouldn’t work in a URL.)