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

15 lines
239 B
PHP
Raw Permalink Normal View History

2025-08-27 08:44:30 +02:00
<?php
$config = [
'name' => __('Trigger', 'blocksy'),
'devices' => ['mobile'],
'shortcut_style' => 'drop',
'excluded_from' => ['offcanvas'],
'translation_keys' => [
[
'key' => 'trigger_label',
'multiline' => false
],
]
];