Changes between Initial Version and Version 6 of Ticket #38077
- Timestamp:
- 01/19/2017 01:21:47 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38077
- Property Owner set to westonruter
-
Property
Status
changed from
new
toaccepted
-
Property
Milestone
changed from
4.7
to4.8
-
Ticket #38077 – Description
initial v6 1 Controls are currently assumed to be always contained within sections in the customizer. This makes it difficult to reuse the controls in other contexts, such as embedding multiple controls inside another control or embedding a control outside the context of the customizer entirely. 1 Controls are currently assumed to be always contained within sections in the customizer. This makes it difficult to reuse the controls in other contexts, such as embedding multiple controls inside another control or embedding a control outside the context of the customizer entirely. This will facilitate embedding customize controls on the frontend for contextual editing without having to have the customizer sidebar open or even having to go into `customize.php` at all. 2 2 3 3 Some of the hacks required to get controls to appear outside of the customizer can be seen in https://github.com/xwp/standalone-customizer-controls