kollapsminoriteten/wp-content/themes/blocksy/inc/panel-builder/footer/copyright/config.php

10 lines
180 B
PHP

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