12 lines
151 B
PHP
12 lines
151 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$config = [
|
||
|
|
'name' => __('Socials', 'blocksy'),
|
||
|
|
'clone' => true,
|
||
|
|
'selective_refresh' => [
|
||
|
|
'footer_socials',
|
||
|
|
'footerSocialsColor'
|
||
|
|
],
|
||
|
|
];
|
||
|
|
|