Skip to content

Instantly share code, notes, and snippets.

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