From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
Subject: [PATCH] Add title and restrict display types for search_api_data Views row plugin

diff --git a/src/Plugin/views/row/SearchApiRow.php b/src/Plugin/views/row/SearchApiRow.php
index 1111111..2222222 100644
--- a/src/Plugin/views/row/SearchApiRow.php
+++ b/src/Plugin/views/row/SearchApiRow.php
@@ -10,8 +10,10 @@
  * Provides a row plugin for Search API results.
  *
  * @ViewsRow(
- *   id = "search_api_data",
- *   help = @Translation("Render Search API fields.")
+ *   id = "search_api_data",
+ *   title = @Translation("Search API row"),
+ *   help = @Translation("Render Search API fields."),
+ *   display_types = {"normal"}
  * )
  */
 class SearchApiRow extends RowPluginBase {
