Diff: STRATO-apps/wordpress_03/app/wp-content/themes/blocksy/inc/panel-builder/header/sync.js
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
import { handleBackgroundOptionFor } from '../../../static/js/customizer/sync/variables/background'
2
+
import ctEvents from 'ct-events'
3
+
4
+
import { getRootSelectorFor } from '../../../static/js/customizer/sync/helpers'
5
+
6
+
/*
7
+
ctEvents.on(
8
+
'ct:header:sync:collect-variable-descriptors',
9
+
(variableDescriptors) => {
10
+
}
11
+
)
12
+
13
+
ctEvents.on('ct:header:sync:item:global', ({ optionId, optionValue }) => {})
14
+
*/
15
+