[wp-trac] [WordPress Trac] #23096: Provide callback before setting state of the editor media manager

WordPress Trac noreply at wordpress.org
Mon Dec 31 18:33:52 UTC 2012


#23096: Provide callback before setting state of the editor media manager
------------------------------------+-------------------------
 Reporter:  griffinjt               |       Type:  enhancement
   Status:  new                     |   Priority:  normal
Milestone:  Awaiting Review         |  Component:  Media
  Version:  trunk                   |   Severity:  normal
 Keywords:  has-patch dev-feedback  |
------------------------------------+-------------------------
 In the current setup, there is no way to modify the current state or views
 when the media manager is opened from the "Add Media" button. By the time
 you can modify anything, all the default views have been rendered and all
 of the events have been fired.

 It would be helpful to check for the existence of a callback, and if it
 exists, run that before returning the workflow.

 My patch does this, which you could invoke in this way:

 ```wp.media.editor.extend = function(workflow){
         // Manipulate the workflow here
 }```

 Thoughts? This is only for the default media manager that is invoked by
 clicking the Add Media button.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/23096>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list