storage-layout
📢 Use this project, contribute to it or open issues to help evolve it using Store Discussion.
Storage Layout
Renders according to local storage information.

Configuration
Adding the app as a theme dependency in the
manifest.jsonfile;
Add the
storage-layoutblock in your store's json.
Block name
Description
storage-layout
Parent block.
action-button
Block responsible for saving a key in local storage and closing the parent block.
storage-layout props
storage-layout propsProp name
Type
Description
Default value
storageKey
string
Defines the key to save in localstorage
hide-storage-layout
action-button props
action-button propsProp name
Type
Description
Default value
text
string
Text for the button.
-
closeAndSave
boolean
Possible values are: true (closes the parent block and saves the key in local storage) and false (closes the parent block and doesn't save the key in local storage).
true
usage:
Customization
CSS Handles
storageLayout
button
Last updated