Diff: STRATO-apps/wordpress_03/app/wp-content/themes/blocksy/inc/panel-builder/header/search/config.php
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
<?php
2
+
3
+
$config = [
4
+
'name' => __('Search', 'blocksy'),
5
+
'excluded_from' => ['offcanvas'],
6
+
7
+
'translation_keys' => [
8
+
['key' => 'search_label'],
9
+
['key' => 'header_search_placeholder']
10
+
],
11
+
'selective_refresh' => [
12
+
'icon'
13
+
]
14
+
];