An open API service indexing awesome lists of open source software.

https://github.com/xwp/wp-customize-loopconf-workshop-advanced-examples


https://github.com/xwp/wp-customize-loopconf-workshop-advanced-examples

customizer javascript wordpress

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Customize LoopConf Workshop Advanced Examples

Examples and a skeleton for hacking and creating new examples.

**Contributors:** [westonruter](https://profiles.wordpress.org/westonruter), [xwp](https://profiles.wordpress.org/xwp)
**Tags:** [customize](https://wordpress.org/plugins/tags/customize)
**Requires at least:** 4.7.1
**Tested up to:** 4.8-alpha
**Stable tag:** 0.1.0
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)

## Description ##

This plugin contains the advanced examples from the LoopConf 2.1 Customizer Workshop and a skeleton for hacking on customizer JS.

In the customizer pane (top window) you can interact with the examples via `wp.customize.LoopConfWorkshopAdvancedExamplesPane` in the browser console.

Likewise, if you change the window context for the console, you can interact with the preview examples via `wp.customize.LoopConfWorkshopAdvancedExamplesPreview`.

Add your own code to [`pane.js`](pane.js) and [`preview.js`](preview.js) to hack around.