Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/blocksy-companion-pro   php

Repository URL to install this package:

Version: 1.8.76 

<?php

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