Skip to content
Snippets Groups Projects
Commit 18e6b41e authored by Thomas Seidl's avatar Thomas Seidl
Browse files

Issue #3239649 by drunken monkey, phma: Fixed missing config schemas for various Views plugins.

parent db20833d
Branches
Tags
No related merge requests found
Search API 1.x, dev (xxxx-xx-xx):
---------------------------------
- #3239649 by drunken monkey, phma: Fixed missing config schemas for various
Views plugins.
- #3262771 by drunken monkey, marciaibanez: Moved test modules to test/modules.
- #3256028 by drunken monkey, mkalkbrenner: Increased Core version requirement
to 9.2.
......
......@@ -34,6 +34,10 @@ views.row.search_api:
type: string
label: View mode for the specific bundle
views.row.search_api_data:
type: views.row.data_field
label: 'Entity (Search API)'
views.cache.search_api_time:
type: views_cache
label: 'Time-based caching (Search API)'
......@@ -68,6 +72,14 @@ views.argument.search_api:
type: views.argument.numeric
label: 'Search API'
views.argument.search_api_all_terms:
type: views.argument.search_api
label: 'Search API all taxonomy terms'
views.argument.search_api_date:
type: views.argument.search_api
label: 'Search API date'
views.argument.search_api_fulltext:
type: views.argument.search_api
label: 'Search API more like this'
......@@ -176,6 +188,10 @@ views.field.search_api_entity:
type: string
label: 'View mode'
views.field.search_api_entity_operations:
type: views.field.entity_operations
label: 'Search API operations links'
views.field.search_api_field:
type: views.field.field
label: 'Search API entity field'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment