Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
search_api
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
search_api
Commits
18e6b41e
Commit
18e6b41e
authored
3 years ago
by
Thomas Seidl
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3239649
by drunken monkey, phma: Fixed missing config schemas for various Views plugins.
parent
db20833d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.txt
+2
-0
2 additions, 0 deletions
CHANGELOG.txt
config/schema/search_api.views.schema.yml
+16
-0
16 additions, 0 deletions
config/schema/search_api.views.schema.yml
with
18 additions
and
0 deletions
CHANGELOG.txt
+
2
−
0
View file @
18e6b41e
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.
...
...
This diff is collapsed.
Click to expand it.
config/schema/search_api.views.schema.yml
+
16
−
0
View file @
18e6b41e
...
...
@@ -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'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment