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 

/ premium / features / premium-header / items / contacts / config.php

<?php

$config = [
	'name' => __('Contacts', 'blocksy-companion'),
	'typography_keys' => ['contacts_font'],
	'clone' => 3,

	'selective_refresh' => [
		'contact_items',
	],

	'translation_keys' => [
		[
			'key' => 'contact_items',
			'all_layers' => [
				'title',
				'content',
				'link'
			]
		]
	]
];