STRATO-apps/wordpress_03/app/wp-content/themes/blocksy/inc/panel-builder/header/bottom-row/sync.js
SHA-256: d3e97330ae0c55b9cb2608a9e2129de2afd5355379f28b225f7414c7f09f18b1
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 })
)