?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/themes/blocksy/inc/panel-builder/header/search/



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

?? Viewing: config.php

<?php

$config = [
	'name' => __('Search', 'blocksy'),
	'excluded_from' => ['offcanvas'],

	'translation_keys' => [
		['key' => 'search_label'],
		['key' => 'header_search_placeholder']
	],
	'selective_refresh' => [
		'icon'
	]
];


??

??