content-layout-control
content-layout-control copied to clipboard
Content Layout Control is a lightweight framework for WordPress developers who want to add bespoke, limited and carefully ring-fenced content layout features to their themes.
Hi Nate, I had the same idea but to do it with widgets, then i found you plugin. Awesome work with components, this feature is really needed in WP instead...
Style changes introduced in WP 4.7 require some minor fixes. Remove underline of dropdown caret. 
A way to open a page in the customizer with no controls but the content layout control showing up. Here's a snippet to "reset" the customizer: https://make.xwp.co/2016/09/11/resetting-the-customizer-to-a-blank-slate/
You can enter any text into the URL section of the link panel.
Clicking enter from one of the link panel's fields should add the link.
A `post` component can be saved with the same post listed more than once. When the customizer is reloaded, this component loads the details of each post. Because it fetches...
Instead of forcing a white-listing of components in the control, make it optional. If no `components` key is declared, have it automatically load all.
The `content-block` component enqueues script assets [directly into the footer](https://github.com/NateWr/content-layout-control/blob/master/src/components/content-block.php#L142-L147). If another class extends that class and needs the link panel, it will print the templates twice, and can't avoid...