Skip to content

Feature Toggles

Randy Adams edited this page Aug 15, 2025 · 1 revision

WigShopPro Feature Toggles

This document outlines all configurable features in settings_schema.json, including their keys, defaults, and onboarding notes.

🔧 Toggle Matrix

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

🧾 Onboarding Notes

  • All toggles must be documented in settings_schema.json with clear labels and defaults.
  • Use info blocks in the schema to explain feature purpose.
  • Maintain audit clarity by grouping toggles by section (e.g., product, cart, header).

Clone this wiki locally