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

Repository URL to install this package:

Details    
Size: Mime:
<?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'
			]
		]
	]
];