Branding
These keys are to configure the look and feel of the main Elevate24 toolbar application.
Elevate24 Design
- Availability: Basic & Premium.
- Version: 2.2.0 - 2.3.0 (new design is default in 2.3.0)
- Type: Boolean
- Default:
false
Change Elevate24 to show to the new UI. The new UI will be default in a later version of Elevate24.
xml
<key>newUI</key>
<true/>
Icon Path
- Availability: Premium
- Type: String
- Default: Elevate24 icon
Change the standard Elevate24 icon in the application to a file locally on device.
xml
<key>iconPath</key>
<string>/Users/Shared/icon.png</string>
Hide Logo
- Availability: Premium
- Type: Boolean
- Default:
false
Hide the "Jigsaw24" Logo in the bottom right handside of the application.
xml
<key>iconPath</key>
<true/>
Heading
- Availability: Premium
- Type: String
- Default: Elevate24
Change the standard header in the application. Always displays in bold.
xml
<key>heading</key>
<string>Elevate24</string>
Sub Heading
- Availability: Premium
- Type: String
- Version: 2.2.0+
- Default: Privilege Access Management
Change the standard text "Privilege Access Management" under the Elevate24 header.
xml
<key>subheading</key>
<string>Privilege Access Management</string>
Message
- Availability: Basic & Premium
- Type: String
Change the standard messaging in the application. Use '\n' for spacing lines
xml
<key>message</key>
<string>Use of admin accounts is recorded for security compliance.</string>
Main Button
- Availability: Premium
- Type: String
- Default: Elevate
Change the standard button text in the application.
xml
<key>mainbutton</key>
<string>Elevate</string>