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