🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 03:40:02 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
inc
/
panel-builder
/
header
/
bottom-row
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/inc/panel-builder/header/bottom-row
🔄 Refresh
✏️
Editing: sync.js
Writable
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 }) )
💾 Save Changes
❌ Cancel