Controller: /nodeworx/branding¶
- Required Permissions
THEMES
Action: add¶
- Added in Version
8.0.26-2935
- Description
Add Branding Package
Input Parameters¶
Name |
Type |
Required? |
Example Values |
Default Values |
Notes |
|---|---|---|---|---|---|
|
string |
Yes |
|||
|
string |
No |
The login logo |
||
|
string |
No |
The logo for the menu when expanded (large screens) |
||
|
string |
No |
The logo for the menu when condensed (small screens) |
||
|
string |
No |
The right-hand sidebar logo on the overview page |
||
|
string |
No |
The login logo |
||
|
string |
No |
The logo for the menu when expanded (large screens) |
||
|
string |
No |
The logo for the menu when condensed (small screens) |
||
|
string |
No |
The right-hand sidebar logo on the overview page |
||
|
string |
No |
The background color of the menu (left sidebar) |
||
|
string |
No |
Main text color in menu/sidebar |
||
|
string |
No |
Text color in menu/sidebar when active |
||
|
string |
No |
Text color in menu/sidebar when hovering over it |
||
|
string |
No |
The primary color dictates the color of the breadcrumbs and expanded menu items on small screens |
||
|
string |
No |
Main button text color (examples of buttons that will be impacted: search, save, and actions such as “add”) |
||
|
string |
No |
Main button background color (examples of buttons that will be impacted: search, save, and actions such as “add”) |
||
|
string |
No |
Main button border color (examples of buttons that will be impacted: search, save, and actions such as “add”) |
||
|
string |
No |
The login logo |
||
|
string |
No |
The logo for the menu when expanded (large screens) |
||
|
string |
No |
The logo for the menu when condensed (small screens) |
||
|
string |
No |
The right-hand sidebar logo on the overview page |
||
|
string |
No |
The login logo |
||
|
string |
No |
The logo for the menu when expanded (large screens) |
||
|
string |
No |
The logo for the menu when condensed (small screens) |
||
|
string |
No |
The right-hand sidebar logo on the overview page |
||
|
string |
No |
The background color of the menu (left sidebar) |
||
|
string |
No |
Main text color in menu/sidebar |
||
|
string |
No |
Text color in menu/sidebar when active |
||
|
string |
No |
Text color in menu/sidebar when hovering over it |
||
|
string |
No |
The primary color dictates the color of the breadcrumbs and expanded menu items on small screens |
||
|
string |
No |
Main button text color (examples of buttons that will be impacted: search, save, and actions such as “add”) |
||
|
string |
No |
Main button background color (examples of buttons that will be impacted: search, save, and actions such as “add”) |
||
|
string |
No |
Main button border color (examples of buttons that will be impacted: search, save, and actions such as “add”) |
Action: edit¶
- Added in Version
8.0.26-2935
- Description
Edit Branding Package
Input Parameters¶
Name |
Type |
Required? |
Example Values |
Default Values |
Notes |
|---|---|---|---|---|---|
|
string |
Yes |
Action: fail¶
- Added in Version
8.0.26-2935
- Description
Magic function - test for failure mechanism.
Action: listPackages¶
- Added in Version
8.0.26-2935
- Description
List the branding packages
Sample Output¶
array (
'status' => 0,
'payload' =>
array (
0 =>
array (
'name' => 'example',
),
),
'reply_code' => 205,
)
Action: reroute¶
- Added in Version
8.0.26-2935
- Description
Action to re-route from the current controller to a different one.
Action: setDefaultPackage¶
- Added in Version
8.0.26-2935
- Description
Set the default branding package
Input Parameters¶
Name |
Type |
Required? |
Example Values |
Default Values |
Notes |
|---|---|---|---|---|---|
|
string |
No |
global_branding_theme, example |
Set a default branding package. This will be used when no explicit assignment has been made. |
Action: wait¶
- Added in Version
8.1.3-2998
- Description
Magic function - used to simulate a long-running process
Action: win¶
- Added in Version
8.0.26-2935
- Description
Magic function - test for testing success mechanism.