Opened 12 years ago
Closed 11 years ago
#23116 closed enhancement (fixed)
Media GalleryEdit Controller should have an option to hide gallery settings
Reported by: | nd987 | Owned by: | |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Media | Keywords: | has-patch |
Focuses: | Cc: |
Description
wp.media.controller.GalleryEdit (from /wp-includes/js/media-views.js, line ~557) should include an option to disable the gallery settings in the right sidebar. The settings might not always be desired (when editing a Gallery that doesn't go directly into a shortcode, for example).
Attachments (1)
Change History (4)
#1
@
11 years ago
- Version set to 3.5
One could use .extend()
and create a sub-class to create this behavior instead of requiring a change to core.
Note: See
TracTickets for help on using
tickets.
Adds an option for displaying settings on GalleryEdit controllers. Defaults to show settings.