15 lines
239 B
PHP
15 lines
239 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$config = [
|
||
|
|
'name' => __('Trigger', 'blocksy'),
|
||
|
|
'devices' => ['mobile'],
|
||
|
|
'shortcut_style' => 'drop',
|
||
|
|
'excluded_from' => ['offcanvas'],
|
||
|
|
|
||
|
|
'translation_keys' => [
|
||
|
|
[
|
||
|
|
'key' => 'trigger_label',
|
||
|
|
'multiline' => false
|
||
|
|
],
|
||
|
|
]
|
||
|
|
];
|