HEX
Server: Apache
System: Linux b5.s-host.com.ua 4.18.0-305.10.2.el7.x86_64 #1 SMP Fri Jul 23 21:00:55 UTC 2021 x86_64
User: unelbhzm (1470)
PHP: 8.0.18
Disabled: NONE
Upload Files
File: /sites/nuofama.com/wp-content/themes/blocksy/inc/panel-builder/header/mobile-menu/config.php
<?php

$config = [
	'name' => __('Mobile Menu', 'blocksy'),
	'typography_keys' => ['mobileMenuFont'],
	'devices' => ['mobile'],
	'allowed_in' => ['offcanvas'],
	'selective_refresh' => [
		'menu',
		'mobile_menu_type',
		'mobile_menu_interactive',
		'mobile_menu_toggle_shape'
	]
];

if (
	function_exists('blc_fs')
	&&
	blc_fs()->can_use_premium_code()
) {
	$config['name'] = __('Mobile Menu 1', 'blocksy');

	$config['allowed_in'] = [
		'desktop' => ['offcanvas']
	];
}