Documentation
Feedback
Guides
VTEX IO Apps

VTEX IO Apps
Wrappers
vtex.list
Version: 3.6.4
Latest version: 3.x

The wrappers are used to call the context Provider for other components and they are made of three blocks owner-list-wrapper , guest-list-wrapper and user-lists-wrapper and each one represents a context, which are owners, guests and users respectively.

Configuration

  1. Import the vtex.list app to your theme's peer dependencies in the manifest.json file as in the following example:
"peerDependencies": { "vtex.list": "3.x" }
  1. Add a wrapper like the owner-list-wrapper block to other theme block, such as the store.search. For example:
// .store/blocks/wrappers.jsonc "searchWrapper#default": { "props": { + "CustomContext": "owner-list-wrapper" } } // .store/blocks/search/search.jsonc "store.search": { "parent": { "searchWrapper": "searchWrapper#default" },
See also
Vtex.list
VTEX IO Apps
VTEX App Store
VTEX IO Apps