--- title: Conditional settings in the theme editor - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/conditional-settings-in-the-theme-editor md: https://shopify.dev/changelog/conditional-settings-in-the-theme-editor.md --- [Back to Developer changelog](https://shopify.dev/changelog) May 21, 2025 Tags: * Themes # Conditional settings in the theme editor We have introduced a new `visible_if` Liquid setting property that allows you to control the visibility of settings in the Theme Editor. This attribute enables you to hide theme settings that are not currently relevant, while still preserving their data. It applies to all basic and sidebar settings, as well as most specialized input settings, enhancing the customization experience. For more detailed information, please refer to the [developer documentation](https://shopify.dev/docs/storefronts/themes/architecture/settings#conditional-settings).