Remove duplicate show_panels settings

This commit is contained in:
Joe Uhren
2022-04-10 23:15:28 -06:00
parent 61595a1ba6
commit f4f569a5db
-4
View File
@@ -418,8 +418,6 @@ exports.masternodes_page = {
"enabled": true, "enabled": true,
// show_panels: Determine whether to show the panels configured in the shared_pages.page_header section across the top of this page (true/false) // show_panels: Determine whether to show the panels configured in the shared_pages.page_header section across the top of this page (true/false)
"show_panels": false, "show_panels": false,
// show_panels: Determine whether to show the panels configured in the shared_pages.page_header section across the top of this page (true/false)
"show_panels": false,
// page_header: a collection of settings that pertain to the masternodes page header // page_header: a collection of settings that pertain to the masternodes page header
"page_header": { "page_header": {
// show_img: Determine whether to show the page title image defined in the "shared_pages.page_header.page_title_image" setting (true/false) // show_img: Determine whether to show the page title image defined in the "shared_pages.page_header.page_title_image" setting (true/false)
@@ -486,8 +484,6 @@ exports.network_page = {
"enabled": true, "enabled": true,
// show_panels: Determine whether to show the panels configured in the shared_pages.page_header section across the top of this page (true/false) // show_panels: Determine whether to show the panels configured in the shared_pages.page_header section across the top of this page (true/false)
"show_panels": false, "show_panels": false,
// show_panels: Determine whether to show the panels configured in the shared_pages.page_header section across the top of this page (true/false)
"show_panels": false,
// page_header: a collection of settings that pertain to the network page header // page_header: a collection of settings that pertain to the network page header
"page_header": { "page_header": {
// show_img: Determine whether to show the page title image defined in the "shared_pages.page_header.page_title_image" setting (true/false) // show_img: Determine whether to show the page title image defined in the "shared_pages.page_header.page_title_image" setting (true/false)