-
Notifications
You must be signed in to change notification settings - Fork 0
Feature Toggles
Randy Adams edited this page Aug 15, 2025
·
1 revision
This document outlines all configurable features in settings_schema.json, including their keys, defaults, and onboarding notes.
| Feature Name | Key | Default | Description | Notes |
|---|---|---|---|---|
| Product Zoom | enable_product_zoom |
true |
Enables zoom on product images | Mobile-first stores may disable |
| Legacy Icons | use_legacy_icons |
false |
Loads deprecated icon set | Removed in v1.0.0 |
| Sticky Header | enable_sticky_header |
true |
Keeps header visible during scroll | UX preference |
| Quick Add Button | enable_quick_add |
true |
Adds “Quick Add” to product cards | Optional for B2B stores |
- All toggles must be documented in
settings_schema.jsonwith clear labels and defaults. - Use
infoblocks in the schema to explain feature purpose. - Maintain audit clarity by grouping toggles by section (e.g., product, cart, header).