?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/inc/panel-builder/header/bottom-row/



?? Go up: /home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/inc/panel-builder/header

?? Viewing: sync.js

import { handleRowVariables, handleRowOptions } from '../middle-row/sync'
import ctEvents from 'ct-events'

ctEvents.on(
	'ct:header:sync:collect-variable-descriptors',
	(variableDescriptors) => {
		variableDescriptors['bottom-row'] = handleRowVariables
	}
)

ctEvents.on('ct:header:sync:item:bottom-row', (changeDescriptor) =>
	handleRowOptions({ selector: '[data-row*="bottom"]', changeDescriptor })
)


??

??