10 lines
180 B
PHP
10 lines
180 B
PHP
|
|
<?php
|
||
|
|
$config = [
|
||
|
|
'name' => __('Copyright', 'blocksy'),
|
||
|
|
// 'clone' => true,
|
||
|
|
'typography_keys' => ['copyrightFont'],
|
||
|
|
'translation_keys' => [
|
||
|
|
['key' => 'copyright_text']
|
||
|
|
]
|
||
|
|
];
|