Version 1
[yaffs-website] / web / core / modules / search / tests / modules / search_extra_type / config / schema / search_extra_type.schema.yml
diff --git a/web/core/modules/search/tests/modules/search_extra_type/config/schema/search_extra_type.schema.yml b/web/core/modules/search/tests/modules/search_extra_type/config/schema/search_extra_type.schema.yml
new file mode 100644 (file)
index 0000000..de7226e
--- /dev/null
@@ -0,0 +1,18 @@
+# Schema for the configuration files of the Search Extra Type module.
+
+search_extra_type.settings:
+  type: mapping
+  label: 'Test search type settings'
+  mapping:
+    boost:
+      type: string
+      label: 'String'
+
+# Plugin \Drupal\search_extra_type\Plugin\Search\SearchExtraTypeSearch
+search.plugin.search_extra_type_search:
+  type: mapping
+  label: 'Extra type settings'
+  mapping:
+    boost:
+      type: string
+      label: 'Boost method'