kollapsminoriteten/wp-content/themes/blocksy/inc/panel-builder/header/menu-secondary/config.php

10 lines
220 B
PHP
Raw Permalink Normal View History

2025-08-27 08:44:30 +02:00
<?php
$config = [
'name' => __('Menu 2', 'blocksy'),
'typography_keys' => ['headerMenuFont', 'headerDropdownFont'],
'devices' => ['desktop'],
'selective_refresh' => ['menu'],
'excluded_from' => ['offcanvas']
];