Skip to content

Instantly share code, notes, and snippets.

@staylor
Created April 22, 2013 18:41
Show Gist options
  • Save staylor/5437430 to your computer and use it in GitHub Desktop.
Save staylor/5437430 to your computer and use it in GitHub Desktop.
// Create the media frame.
mediaFrame = wp.media.frames.formatMedia = wp.media({
frame : 'select',
displaySettings: true,
// Set the title of the modal.
title: $el.data('choose'),
// Tell the modal to show only items matching the current mime type.
library: {
type: mime
},
// Customize the submit button.
button: {
// Set the text of the button.
text: $el.data('update')
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment