/********************************************************
+*   (c) Mojang. All rights reserved                       *
+*   (c) Microsoft. All rights reserved.                   *
+*********************************************************/

{
  "namespace": "settings",

  "settings_screen_base@settings_common.screen_base": {
    "$selector_stack_panel": "settings.selector_stack_panel",
    "$section_content_panels": "settings.section_content_panels",
    "$section_header_panels": "settings.section_header_panels",
    "$section_footer_panels": "settings.section_footer_panels",

    "$is_world_create": false,
    "$is_template_create": false,
    "$is_world_edit": false,
    "$_include_world_section": false,
    "$include_world_section": "($_include_world_section and $may_include_world_section)",
    "$include_addon_section": "($_include_world_section and $may_include_world_section)",
    "$include_realm_section": false,
    "$include_controls_and_settings_sections": false,
    "$is_global_texture_packs_visible|default": true,
    "$is_realm_slot|default": false,
    "$realm_no_world_edit|default": false,
    "$include_realm_invite_link_settings|default": false
  },

  "settings_screen_base_fullscreen@settings_common.screen_base_fullscreen": {
    "$selector_stack_panel": "settings.selector_stack_panel",
    "$section_content_panels": "settings.section_content_panels",
    "$section_header_panels": "settings.section_header_panels",
    "$section_footer_panels": "settings.section_footer_panels",

    "$is_world_create": false,
    "$is_template_create": false,
    "$is_world_edit": false,
    "$_include_world_section": false,
    "$include_world_section": "($_include_world_section and $may_include_world_section)",
    "$include_addon_section": "($_include_world_section and $may_include_world_section)",
    "$include_realm_section": false,
    "$include_controls_and_settings_sections": false,
    "$is_global_texture_packs_visible|default": true,
    "$is_realm_slot|default": false,
    "$realm_no_world_edit|default": false,
    "$include_realm_invite_link_settings|default": false
  },

  "screen_world_create@settings_screen_base": {
    "$is_world_create": true,
    "$is_template_create": false,
    "$is_world_edit": false,
    "$_include_world_section": true
  },

  "screen_template_create@settings_screen_base": {
    "$is_world_create": false,
    "$is_template_create": true,
    "$is_world_edit": false,
    "$_include_world_section": true
  },

  "screen_world_edit@settings_screen_base": {
    "$is_world_create": false,
    "$is_template_create": false,
    "$is_world_edit": true,
    "$_include_world_section": true
  },

  "screen_controls_and_settings@settings_screen_base": {
    "$include_controls_and_settings_sections": true
  },

  "screen_controls_and_settings_fullscreen@settings_screen_base_fullscreen": {
    "$include_controls_and_settings_sections": true
  },

  "screen_world_controls_and_settings@settings_screen_base": {
    "$_include_world_section": true,
    "$include_controls_and_settings_sections": true
  },

  "screen_world_controls_and_settings_fullscreen@settings_screen_base_fullscreen": {
    "$_include_world_section": true,
    "$include_controls_and_settings_sections": true
  },

  "screen_realm_controls_and_settings@settings_screen_base": {
    "$include_realm_section": true,
    "$include_controls_and_settings_sections": true
  },

  "screen_realm_controls_and_settings_fullscreen@settings_screen_base_fullscreen": {
    "$include_realm_section": true,
    "$include_controls_and_settings_sections": true
  },

  "screen_realm_member_controls_and_settings@settings_screen_base": {
    "$include_realm_section": false,
    "$include_controls_and_settings_sections": true,
      "$include_addon_section": true
  },

  "screen_realm_member_controls_and_settings_fullscreen@settings_screen_base_fullscreen": {
    "$include_realm_section": false,
    "$include_controls_and_settings_sections": true,
    "$include_addon_section": true
  },

  "screen_realm_settings@settings_screen_base": {
    "$include_realm_section": true
  },

  "screen_world_slot_edit@settings_screen_base": {
    "$include_realm_section": true,
    "$is_realm_slot": true,
    "$_include_world_section": false
  },

  "screen_realm_manage@settings_screen_base": {
    "$include_realm_section": true,
    "$realm_no_world_edit": true,
    "$_include_world_section": false,
    "$include_controls_and_settings_sections": false,
    "$realms_pack_feature_enabled": false
  },

  "screen_realm_invite_link_settings@settings_screen_base": {
    "$include_realm_section": false,
    "$realm_no_world_edit": false,
    "$_include_world_section": false,
    "$include_controls_and_settings_sections": false,
    "$realms_pack_feature_enabled": false,
    "$include_realm_invite_link_settings": true
  },

  "selector_stack_panel": {
    "type": "stack_panel",
    "anchor_from": "top_left",
    "anchor_to": "top_left",
    "orientation": "vertical",
    "$default_selector_toggle_index": 0,
    "$spatialPatternsPadding": [ "100%", 25 ],
    "ttsSectionContainer": true,
    "controls": [

      {
        "spacer_0": {
          "ignored": "(not $include_world_section)",
          "type": "panel",
          "size": [ 2, 2 ]
        }
      },
      {
        "accessibility_button@general_section.accessibility_button": {
          "$toggle_group_forced_index": "$accessibility_forced_index",
          "ignored": "(not $include_controls_and_settings_sections)"
        }
      },

      // the list of selection toggle buttons, add yours here...
      {
        "spacer_01": {
          "type": "panel",
          "size": "$spatialPatternsPadding",
          "ignored": "(not $include_world_section or not $settings_spatial_pattern_fix_enabled)"
        }
      },
      {
        "world_selector_pane@world_section.selector_pane_content": {
          "ignored": "(not $include_world_section)"
        }
      },
      {
        "realm_selector_pane@realms_settings.selector_panel": {
          "ignored": "(not $include_realm_section)",
          "$world_toggle_index": "$world_forced_index",
          "$members_toggle_index": "$members_forced_index",
          "$saves_toggle_index": "$realms_saves_forced_index",
          "$subscription_toggle_index": "$subscription_forced_index",
          "$backup_toggle_index": "$backup_forced_index",
          "$dev_options_toggle_index": "$dev_options_forced_index",
          "$invite_links_toggle_index": "$invite_links_forced_index",
          "$advanced_toggle_index": "$realms_advanced_forced_index"
        }
      },
      {
        "controls_and_settings_selector_pane": {
          "type": "stack_panel",
          "ignored": "(not $include_controls_and_settings_sections)",
          "$controls_section_header": "options.group.input",
          "$social_section_header": "options.social",
          "$general_section_header": "stat.generalButton",
          "$debug_section_header": "options.debug",
          "$spatialPatternsPadding": [ "100%", 25 ],
          "controls": [

            // Controls Section //
            {
              "spacer_1": {
                "ignored": "(not $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": "$spatialPatternsPadding"
              }
            },
            {
              "spacer_1_no_spatial": {
                "ignored": "$settings_spatial_pattern_fix_enabled",
                "type": "panel",
                "size": [ 2, 8 ]
              }
            },
            {
              "selector_group_label_1@settings_common.selector_group_label": {
                "text": "$controls_section_header"
              }
            },
            {
              "keyboard_and_mouse_button@controls_section.keyboard_and_mouse_button": {
                "ignored": "(not $keyboard_and_mouse_supported)",
                "$toggle_group_forced_index": "$keyboard_and_mouse_forced_index",
                "$tts_section_header": "$controls_section_header"
              }
            },
            {
              "spacer_01": {
                "type": "panel",
                "size": "$spatialPatternsPadding",
                "ignored": "(not $gamepad_supported or $nx_os or not $settings_spatial_pattern_fix_enabled)"
              }
            },
            {
              "controller_button@controls_section.controller_button": {
                "ignored": "(not $gamepad_supported or $nx_os)",
                "$toggle_group_forced_index": "$controller_and_switch_forced_index",
                "$tts_section_header": "$controls_section_header"
              }
            },
            {
              "spacer_02": {
                "type": "panel",
                "size": "$spatialPatternsPadding",
                "ignored": "(not $gamepad_supported or not $nx_os or not $settings_spatial_pattern_fix_enabled)"
              }
            },
            {
              "switch_controller_button@controls_section.controller_button": {
                "ignored": "(not $gamepad_supported or not $nx_os)",
                "$toggle_group_forced_index": "$controller_and_switch_forced_index",
                "$glyph_texture": "textures/ui/controller_glyph_switch",
                "$glyph_color_texture": "textures/ui/controller_glyph_color_switch",
                "$tts_section_header": "$controls_section_header"
              }
            },
            {
              "spacer_03": {
                "type": "panel",
                "size": "$spatialPatternsPadding",
                "ignored": "(not $touch_supported or $nx_os or not $settings_spatial_pattern_fix_enabled)"
              }
            },
            {
              "touch_button@controls_section.touch_button": {
                "ignored": "(not $touch_supported or $nx_os)",
                "$toggle_group_forced_index": "$touch_forced_index",
                "$tts_section_header": "$controls_section_header"
              }
            },
            // Social Section //
            {
              "spacer_04": {
                "type": "panel",
                "size": "$spatialPatternsPadding",
                "ignored": "($education_edition or not $party_settings_enabled or not $settings_spatial_pattern_fix_enabled)"
              }
            },
            {
              "spacer_04_no_spatial": {
                "ignored": "($education_edition or not $party_settings_enabled or $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": [ 2, 8 ]
              }
            },
            {
              "selector_group_label_2@settings_common.selector_group_label": {
                "text": "$social_section_header",
                "ignored": "($education_edition or not $party_settings_enabled)"
              }
            },
            {
              "party_button@social_section.party_button": {
                "ignored": "($education_edition or not $party_settings_enabled)",
                "$toggle_group_forced_index": "$party_forced_index",
                "$tts_section_header": "$social_section_header"
              }
            },
            // General Section //
            {
              "spacer_05": {
                "type": "panel",
                "size": "$spatialPatternsPadding",
                "ignored": "(not $settings_spatial_pattern_fix_enabled)"
              }
            },
            {
              "spacer_05_no_spatial": {
                "type": "panel",
                "size": [ 2, 8 ],
                "ignored": "$settings_spatial_pattern_fix_enabled"
              }
            },
            {
              "selector_group_label_3@settings_common.selector_group_label": {
                "text": "$general_section_header"
              }
            },
            {
              "general_button@general_section.general_button": {
                "$toggle_group_forced_index": "$general_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            },
            {
              "spacer_06": {
                "type": "panel",
                "size": "$spatialPatternsPadding",
                "ignored": "(not $settings_spatial_pattern_fix_enabled)"
              }
            },
            {
              "video_button@general_section.video_button": {
                "$toggle_group_forced_index": "$video_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            },
            {
              "spacer_07": {
                "type": "panel",
                "size": "$spatialPatternsPadding",
                "ignored": "(not $settings_spatial_pattern_fix_enabled)"
              }
            },
            {
              "sound_button@general_section.sound_button": {
                "$toggle_group_forced_index": "$sound_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            },
            {
              "spacer_08": {
                "type": "panel",
                "size": "$spatialPatternsPadding",
                "ignored": "(not $settings_spatial_pattern_fix_enabled)"
              }
            },
            {
              "account_button@general_section.account_button": {
                "$toggle_group_forced_index": "$account_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            },
            {
              "spacer_09": {
                "ignored": "($is_editor_mode_enabled or not $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": "$spatialPatternsPadding",
                "bindings": [
                  {
                    "binding_name": "#should_show_subscription_tab",
                    "binding_name_override": "#visible"
                  }
                ]
              }
            },
            {
              "view_subscriptions_button@general_section.view_subscriptions_button": {
                "ignored": "$is_editor_mode_enabled",
                "$toggle_group_forced_index": "$view_subscriptions_forced_index",
                "$tts_section_header": "$general_section_header",
                "bindings": [
                  {
                    "binding_name": "#should_show_subscription_tab",
                    "binding_name_override": "#visible"
                  }
                ]
              }
            },
            {
              "spacer_10": {
                "ignored": "($ignore_global_resources_section or not $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": "$spatialPatternsPadding"
              }
            },
            {
              "global_texture_pack_button@general_section.global_texture_pack_button": {
                "ignored": "$ignore_global_resources_section",
                "$toggle_group_forced_index": "$global_texture_pack_forced_index",
                "visible": "($is_global_texture_packs_visible)",
                "$tts_section_header": "$general_section_header"
              }
            },
            {
              "spacer_11": {
                "ignored": "($ignore_storage_section or not $is_pregame or not $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": "$spatialPatternsPadding"
              }
            },
            {
              "storage_management_button@general_section.storage_management_button": {
                "ignored": "$ignore_storage_section",
                "$toggle_group_forced_index": "$storage_management_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            },
            {
              "spacer_12": {
                "ignored": "(not $education_edition or not $edu_save_to_cloud_on or not $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": "$spatialPatternsPadding"
              }
            },
            {
              "edu_cloud_storage_button@general_section.edu_cloud_storage_button": {
                "ignored": "(not $education_edition or not $edu_save_to_cloud_on)",
                "$toggle_group_forced_index": "$edu_cloud_storage_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            },
            {
              "spacer_13": {
                "ignored": "(not $is_pregame or not $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": "$spatialPatternsPadding"
              }
            },
            {
              "language_button@general_section.language_button": {
                "ignored": "(not $is_pregame)",
                "$toggle_group_forced_index": "$language_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            },
            {
              "spacer_14": {
                "ignored": "(not $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": "$spatialPatternsPadding"
              }
            },
            {
              "creator_button@general_section.creator_button": {
                "$toggle_group_forced_index": "$creator_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            },
            {
              "spacer_15": {
                "ignored": "(not $show_preview_button or not $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": "$spatialPatternsPadding"
              }
            },
            {
              "preview_button@general_section.preview_button": {
                "ignored": "(not $show_preview_button)",
                "$toggle_group_forced_index": "$preview_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            },

            // Debug Section //
            {
              "spacer_4": {
                "ignored": "($is_publish or not $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": "$spatialPatternsPadding"
              }
            },
            {
              "spacer_4_no_spatial": {
                "ignored": "($is_publish or $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": [ 2, 8 ]
              }
            },
            {
              "selector_group_label_4@settings_common.selector_group_label": {
                "ignored": "$is_publish",
                "text": "$debug_section_header"
              }
            },
            {
              "debug_button@general_section.debug_button": {
                "ignored": "(not $debug_settings)",
                "$toggle_group_forced_index": "$debug_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            },
            {
              "spacer_16": {
                "ignored": "($is_publish or not $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": "$spatialPatternsPadding"
              }
            },
            {
              "discovery_debug_button@general_section.discovery_debug_button": {
                "ignored": "$is_publish",
                "$toggle_group_forced_index": "$discovery_debug_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            },
            {
              "spacer_17": {
                "ignored": "(not $debug_settings or not $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": "$spatialPatternsPadding"
              }
            },
            {
              "ui_debug_button@general_section.ui_debug_button": {
                "ignored": "(not $debug_settings)",
                "$toggle_group_forced_index": "$ui_debug_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            },
            {
              "spacer_18": {
                "ignored": "((not $debug_settings) or $creator_build or (not $education_edition) or not $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": "$spatialPatternsPadding"
              }
            },
            {
              "edu_debug_button@general_section.edu_debug_button": {
                "ignored": "((not $debug_settings) or $creator_build or (not $education_edition))",
                "$toggle_group_forced_index": "$edu_debug_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            },
            {
              "spacer_19": {
                "ignored": "(not $debug_settings or not $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": "$spatialPatternsPadding"
              }
            },
            {
              "marketplace_debug_button@general_section.marketplace_debug_button": {
                "ignored": "(not $debug_settings)",
                "$toggle_group_forced_index": "$marketplace_debug_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            },
            {
              "spacer_20": {
                "ignored": "(not $debug_settings or not $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": "$spatialPatternsPadding"
              }
            },
            {
              "gatherings_debug_button@general_section.gatherings_debug_button": {
                "ignored": "(not $debug_settings)",
                "$toggle_group_forced_index": "$gatherings_debug_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            },
            {
              "spacer_21": {
                "ignored": "(not $debug_settings or not $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": "$spatialPatternsPadding"
              }
            },
            {
              "flighting_debug_button@general_section.flighting_debug_button": {
                "ignored": "(not $debug_settings)",
                "$toggle_group_forced_index": "$flighting_debug_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            },
            {
              "spacer_22": {
                "ignored": "(not $debug_settings or not $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": "$spatialPatternsPadding"
              }
            },
            {
              "realms_debug_button@general_section.realms_debug_button": {
                "ignored": "(not $debug_settings)",
                "$toggle_group_forced_index": "$realms_debug_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            },
            {
              "spacer_23": {
                "ignored": "($is_publish or $test_infrastructure_disabled or not $settings_spatial_pattern_fix_enabled)",
                "type": "panel",
                "size": "$spatialPatternsPadding"
              }
            },
            {
              "automation_button@general_section.automation_button": {
                "ignored": "($is_publish or $test_infrastructure_disabled)",
                "$toggle_group_forced_index": "$automation_forced_index",
                "$tts_section_header": "$general_section_header"
              }
            }
          ]
        }
      },
      {
        "spacer_24": {
          "ignored": "(not $settings_spatial_pattern_fix_enabled and (not ($include_addon_section or ($include_realm_section and $realms_pack_feature_enabled))))",
          "type": "panel",
          "size": "$spatialPatternsPadding"
        }
      },
      {
        "addons_selector_panel@world_section.addons_selector_panel": {
          "ignored": "(not ($include_addon_section or ($include_realm_section and $realms_pack_feature_enabled)))",
          "$level_texture_pack_toggle_index": "$level_texture_pack_index",
          "$addon_toggle_index": "$addon_index"
        }
      },
      {
        "realms_invite_link_settings_pane@realms_invite_link_settings.selector_panel": {
          "ignored": "(not $include_realm_invite_link_settings)",
          "$general_toggle_index": "$general_invite_link_forced_index",
          "$advanced_toggle_index": "$advanced_invite_link_forced_index"
        }
      }
    ]
  },

  "section_content_panels": {
    "type": "panel",
    "anchor_from": "top_left",
    "anchor_to": "top_left",
    "size": [ "100% - 4px", "100%c + 4px" ],
    "offset": [ 2, 0 ],
    "controls": [
      // the list of section panels, add yours here...
      {
        "realm_invite_link_settings_content_panels@realms_invite_link_settings.section_content_panels": {
          "ignored": "(not $include_realm_invite_link_settings)"
        }
      },
      {
        "world_sections": {
          "type": "stack_panel",
          "ignored": "(not $include_world_section)",
          "controls": [
            { "game_section@world_section.game_section": {} },
            {
              "classroom_section_panel": {
                "type": "panel",
                "ignored": "(not $education_edition)",
                "size": [ "100%", "100%c" ],
                "controls": [
                  { "classroom_section@classroom_settings.classroom_section": {} }
                ]
              }
            },
            { "server_section@world_section.server_section": {} },
            { "multiplayer_section@world_section.multiplayer_section": { "visible": false } },
            { "edu_cloud_section@world_section.edu_cloud_section": { "ignored": "(not $education_edition or not $edu_save_to_cloud_on or not $edu_save_to_cloud_general_toggle_on or $is_multiplayer_client)" } },
            {
              "debug_section@world_section.debug_section": {
                "ignored": "(not $debug_settings)",
                "visible": false
              }
            }
          ]
        }
      },
      {
        "packs_sections": {
          "type": "stack_panel",
          "ignored": "(not ($include_addon_section or ($include_realm_section and $realms_pack_feature_enabled)))",
          "controls": [
            { "level_texture_pack_section@world_section.level_texture_pack_section": {} },
            { "addon_section@world_section.addon_section": {} }
          ]
        }
      },
      {
        "section_content_panels@realms_settings.section_content_panels": {
          "ignored": "(not $include_realm_section)"
        }
      },
      {
        "general_and_controls_sections": {
          "type": "stack_panel",
          "ignored": "(not $include_controls_and_settings_sections)",
          "controls": [
            { "accessibility_section@general_section.accessibility_section": { "visible": false } },
            {
              "keyboard_and_mouse_section@controls_section.keyboard_and_mouse_section": {
                "ignored": "(not $keyboard_and_mouse_supported)",
                "visible": false
              }
            },
            {
              "controller_section@controls_section.controller_section": {
                "ignored": "(not $gamepad_supported)",
                "visible": false
              }
            },
            {
              "touch_section@controls_section.touch_section": {
                "ignored": "(not $touch_supported or $nx_os)",
                "visible": false
              }
            },
            {
              "party_section@social_section.party_section": {
                "ignored": "($education_edition or not $party_settings_enabled)",
                "visible": false
              }
            },
            { "general_tab_section@general_section.general_tab_section": { "visible": false } },
            { "account_section@general_section.account_section": { "visible": false } },
            {
              "global_texture_pack_section@general_section.global_texture_pack_section": {
                "visible": false,
                "ignored": "$ignore_global_resources_section"
              }
            },
            {
              "storage_management_header@general_section.storage_management_header": {
                "visible": false,
                "ignored": "$ignore_storage_section"
              }
            },
            {
              "storage_management_section@general_section.storage_management_section": {
                "visible": false,
                "ignored": "$ignore_storage_section"
              }
            },
            {
              "edu_cloud_storage_section@general_section.edu_cloud_storage_section": {
                "visible": false,
                "ignored": "(not $education_edition or not $edu_save_to_cloud_on)"
              }
            },
            { "creator_section@general_section.creator_section": { "visible": false } },
            { "video_section@general_section.video_section": { "visible": false } },
            {
              "view_subscriptions_prerelease_section@general_section.view_subscriptions_prerelease_section": {
                "ignored": "($education_edition or $is_editor_mode_enabled or not $pre_release)",
                "visible": false
              }
            },
            {
              "view_subscriptions_section@general_section.view_subscriptions_section": {
                "ignored": "($education_edition or $is_editor_mode_enabled or $pre_release)",
                "visible": false
              }
            },
            { "sound_section@general_section.sound_section": { "visible": false } },
            {
              "language_section@general_section.language_section": {
                "ignored": "(not $is_pregame)",
                "visible": false
              }
            },
            {
              "preview_section@general_section.preview_section": {
                "ignored": "($trial or $pre_release or (not $is_ps4))",
                "visible": false
              }
            },
            {
              "debug_section@general_section.debug_section": {
                "ignored": "(not $debug_settings)",
                "visible": false
              }
            },
            {
              "ui_debug_section@general_section.ui_debug_section": {
                "ignored": "(not $debug_settings)",
                "visible": false
              }
            },
            {
              "edu_debug_section@general_section.edu_debug_section": {
                "ignored": "((not $debug_settings) or (not $education_edition))",
                "visible": false
              }
            },
            {
              "marketplace_debug_section@general_section.marketplace_debug_section": {
                "ignored": "(not $debug_settings)",
                "visible": false
              }
            },
            {
              "gatherings_debug_section@general_section.gatherings_debug_section": {
                "ignored": "(not $debug_settings)",
                "visible": false
              }
            },
            {
              "flighting_debug_section@general_section.flighting_debug_section": {
                "ignored": "(not $debug_settings)",
                "visible": false
              }
            },
            {
              "realms_debug_section@general_section.realms_debug_section": {
                "ignored": "(not $debug_settings)",
                "visible": false
              }
            },
            {
              "automation_section@general_section.automation_section": {
                "ignored": "($is_publish or $test_infrastructure_disabled)",
                "visible": false
              }
            },
            {
              "discovery_debug_section@general_section.discovery_debug_section": {
                "ignored": "$is_publish",
                "visible": false
              }
            }
          ]
        }
      }
    ]
  },

  "section_header_panels": {
    "type": "panel",
    "anchor_from": "top_left",
    "anchor_to": "top_left",
    "size": [ "100%", "100%c" ],
    "offset": [ 2, 0 ],
    "controls": [
      // the list of header panels, add yours here...
      {
        "world_sections": {
          "type": "stack_panel",
          "ignored": "(not $include_world_section)",
          "controls": [
          ]
        }
      },
      {
        "general_and_controls_sections": {
          "type": "stack_panel",
          "size": [ "100%", "100%c" ],
          "ignored": "(not $include_controls_and_settings_sections)",
          "controls": [
          ]
        }
      }
    ]
  },

  "section_footer_panels": {
    "type": "panel",
    "anchor_from": "top_left",
    "anchor_to": "top_left",
    "size": [ "100%", "100%c" ],
    "offset": [ 2, 0 ],
    "controls": [
      // the list of header panels, add yours here...
      {
        "world_sections": {
          "type": "stack_panel",
          "ignored": "(not $include_world_section)",
          "controls": [
          ]
        }
      },
      {
        "general_and_controls_sections": {
          "type": "stack_panel",
          "size": [ "100%", "100%c" ],
          "ignored": "(not $include_controls_and_settings_sections)",
          "controls": [
            {
              "storage_management_footer@general_section.storage_management_footer": {
                "ignored": "$ignore_storage_section"
              }
            }
          ]
        }
      }
    ]
  }

}
