Skip to content

3.812.0

Compare
Choose a tag to compare
@vc-ci vc-ci released this 13 Mar 13:13
· 125 commits to master since this release

🎯 Development

  • (Expanded store settings query to include installed modules and public store settings for each module. This enhancement enables frontend applications to efficiently access module settings. Set the store platform setting to true to ensure accessibility and visibility of settings across the store query in XAPI. Example of the modules with public settings: Google Analytics, Hotjar, etc.)
query{
  store(storeId: "B2B-store", cultureName: "en-US") {
    storeId
    settings {
      modules { moduleId settings { name value } }
    }
  }
}

image