?? GreyFile — Mystic File Browser

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



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

?? Viewing: config.php

<?php

$config = [
	'name' => __('Cart', 'blocksy'),
	'enabled' => (
		function_exists('is_woocommerce')
	),
	'typography_keys' => ['cart_total_font'],
	'selective_refresh' => [
		'has_cart_dropdown',
		'mini_cart_type',
		'icon_source',
		'icon',
		'image_size'
	]
];


??

??