Make WordPress Core

Changes between Initial Version and Version 6 of Ticket #38077


Ignore:
Timestamp:
01/19/2017 01:21:47 AM (8 years ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38077

    • Property Owner set to westonruter
    • Property Status changed from new to accepted
    • Property Milestone changed from 4.7 to 4.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.
     1Controls 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.
    22
    33Some of the hacks required to get controls to appear outside of the customizer can be seen in https://github.com/xwp/standalone-customizer-controls