Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176
This commit is contained in:
commit
9921556621
13277 changed files with 1459781 additions and 0 deletions
40
core/modules/search/config/schema/search.views.schema.yml
Normal file
40
core/modules/search/config/schema/search.views.schema.yml
Normal file
|
@ -0,0 +1,40 @@
|
|||
# Schema for the views plugins of the Search module.
|
||||
|
||||
views.argument.search:
|
||||
type: views_argument
|
||||
label: 'Query key'
|
||||
|
||||
views.field.search_score:
|
||||
type: views.field.numeric
|
||||
label: 'Search score'
|
||||
mapping:
|
||||
alternate_sort:
|
||||
type: string
|
||||
label: 'Alternative sort'
|
||||
alternate_order:
|
||||
type: string
|
||||
label: 'Alternate sort order'
|
||||
|
||||
views.filter.search:
|
||||
type: views_filter
|
||||
label: 'Link to node'
|
||||
mapping:
|
||||
operator:
|
||||
type: string
|
||||
label: 'On empty input'
|
||||
|
||||
views.filter_value.search_keywords:
|
||||
type: string
|
||||
label: 'Search keywords'
|
||||
|
||||
views.row.search_view:
|
||||
type: views_row
|
||||
label: 'Source link'
|
||||
mapping:
|
||||
score:
|
||||
type: boolean
|
||||
label: 'Display score'
|
||||
|
||||
views.sort.search_score:
|
||||
type: views_sort
|
||||
label: 'Search score'
|
Reference in a new issue