__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import { createElement, Fragment, Component } from '@wordpress/element'
import { Fill } from '@wordpress/components'
import DisplayCondition from './options/DisplayCondition'
import CustomizerOptionsManager from './options/CustomizerOptionsManager'
import { onDocumentLoaded } from 'blocksy-options'
import ctEvents from 'ct-events'
import PanelsManager from './header/PanelsManager'
ctEvents.on('blocksy:options:before-option', (args) => {
if (!args.option) {
return
}
if (args.option.type === 'ct-header-builder') {
let prevHeaderBuilder = args.content
args.content = (
<Fragment>
{prevHeaderBuilder}
<Fill name="PlacementsBuilderPanelsManager">
<PanelsManager />
</Fill>
</Fragment>
)
}
})
ctEvents.on('blocksy:options:register', (opts) => {
opts['blocksy-display-condition'] = DisplayCondition
opts['blocksy-customizer-options-manager'] = CustomizerOptionsManager
})
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| dashboard | Folder | 0775 |
|
|
| editor | Folder | 0775 |
|
|
| frontend | Folder | 0775 |
|
|
| header | Folder | 0775 |
|
|
| helpers | Folder | 0775 |
|
|
| notifications | Folder | 0775 |
|
|
| options | Folder | 0775 |
|
|
| sync | Folder | 0775 |
|
|
| account.js | File | 3.71 KB | 0775 |
|
| dashboard-no-theme.js | File | 719 B | 0775 |
|
| dashboard.js | File | 2.27 KB | 0775 |
|
| flushPermalinks.js | File | 347 B | 0775 |
|
| notifications.js | File | 703 B | 0775 |
|
| options.js | File | 916 B | 0775 |
|
| sticky.js | File | 356 B | 0775 |
|
| sync.js | File | 83 B | 0775 |
|