11 lines
141 B
PHP
11 lines
141 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$config = [
|
||
|
|
'name' => __('Middle Row', 'blocksy'),
|
||
|
|
'typography_keys' => [
|
||
|
|
'footerWidgetsTitleFont',
|
||
|
|
'footerWidgetsFont'
|
||
|
|
],
|
||
|
|
];
|
||
|
|
|