Skip to content

Instantly share code, notes, and snippets.

@hannachen
Created August 27, 2019 06:39
Show Gist options
  • Save hannachen/066f212d4021e9f4ad1d4d39ca7c303b to your computer and use it in GitHub Desktop.
Save hannachen/066f212d4021e9f4ad1d4d39ca7c303b to your computer and use it in GitHub Desktop.
EASDK `ShopifyApp.Bar.initialize`
ShopifyApp.Bar.initialize({
buttons: {
primary: {
label: "Save",
},
secondary: [
{
label: "Cancel"
}
]
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment