xwp / wp-settings-revisions

Settings Revisions plugin for WordPress
http://wordpress.org/plugins/settings-revisions/
Other
25 stars 7 forks source link

Provide selects for each control to selectively restore previous value #13

Open westonruter opened 11 years ago

westonruter commented 11 years ago

We could inject into the rendering of each control a select that lists out the unique values which the setting has ever had. Selecting one of these previous values would apply it to the control and so its effect could be previewed, and possibly eventually saved in a new revision.

In other words, this could be used as autocomplete.

Props @fjarrett