Repository URL to install this package:
|
Version:
1.8.76 ▾
|
jsarnowski/blocksy-companion-pro
/
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'
]
]
]
];