{% set style = location in ['menu', 'about', 'configurations', 'positions'] ? ' style="overflow: hidden; height: 0; visibility: hidden;"' : '' %}
    {% include 'partials/configuration-selector.html.twig' %}
  • {{ 'GANTRY5_PLATFORM_STYLES'|trans }}
  • {% if (configuration and configuration != 'default') or not gantry.platform.no_base_layout %}
  • {{ 'GANTRY5_PLATFORM_LAYOUT'|trans }}
  • {% endif %}
  • {{ 'GANTRY5_PLATFORM_PAGESETTINGS'|trans }}
  • {% if configuration and configuration != 'default' and not (configuration starts with '_') and gantry.global['use_assignments'] ?? true %}
  • {{ 'GANTRY5_PLATFORM_ASSIGNMENTS'|trans }}
  • {% endif %} {% if (location == 'configurations/settings' or gantry.particles.overrides(configuration)) %}
  • {{ 'GANTRY5_PLATFORM_PARTICLE_DEFAULTS'|trans }}
  • {% endif %}