wp-productzilla/wp-content/themes/blocksy/inc/panel-builder/header/sync.js
rizal.productzilla e38e8b231d templating
2024-04-01 16:08:46 +07:00

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 }) => {})
*/