Added an optional USD market cap panel
-New settings for the USD market cap panel were added to the config options
This commit is contained in:
@@ -263,6 +263,16 @@ exports.shared_pages = {
|
||||
// The panel will be disabled with a value of 0
|
||||
"display_order": 5
|
||||
},
|
||||
// usd_market_cap_panel: a collection of settings that pertain to the market cap panel which displays the current market cap value measured in USD
|
||||
"usd_market_cap_panel": {
|
||||
// enabled: Enable/disable the usd market cap panel (true/false)
|
||||
// If set to false, the usd market cap panel will be completely inaccessible
|
||||
"enabled": false,
|
||||
// display_order: Determine which order this panel is shown from 1-5
|
||||
// 1 = far left panel, 5 = far right panel
|
||||
// The panel will be disabled with a value of 0
|
||||
"display_order": 0
|
||||
},
|
||||
// logo_panel: a collection of settings that pertain to the logo panel which displays the selected "shared_pages.logo" image
|
||||
"logo_panel": {
|
||||
// enabled: Enable/disable the logo panel (true/false)
|
||||
|
||||
Reference in New Issue
Block a user