From e774b21cf07bb62d7de06f0da1e3684b507511de Mon Sep 17 00:00:00 2001 From: Yeni Atencio <47239456+yeniatencio@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:43:13 +1100 Subject: [PATCH] Update tide_search.install --- tide_search.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tide_search.install b/tide_search.install index 3c96403..c10f1ca 100644 --- a/tide_search.install +++ b/tide_search.install @@ -40,7 +40,7 @@ function tide_search_update_10002() { $field_settings = $config->get('field_settings'); if (!isset($field_settings['field_above_results_content'])) { $field_settings['field_above_results_content'] = [ - 'label' => 'Below results content', + 'label' => 'Above results content', 'datasource_id' => 'entity:node', 'property_path' => 'field_above_results_content', 'type' => 'text',