15 lines
393 B
JavaScript
15 lines
393 B
JavaScript
import { handleBackgroundOptionFor } from '../../../static/js/customizer/sync/variables/background'
|
|
import ctEvents from 'ct-events'
|
|
|
|
import { getRootSelectorFor } from '../../../static/js/customizer/sync/helpers'
|
|
|
|
/*
|
|
ctEvents.on(
|
|
'ct:header:sync:collect-variable-descriptors',
|
|
(variableDescriptors) => {
|
|
}
|
|
)
|
|
|
|
ctEvents.on('ct:header:sync:item:global', ({ optionId, optionValue }) => {})
|
|
*/
|