search_autocomplete.autocompletion_configuration.search_form_content.yml in Search Autocomplete 8
Same filename and directory in other branches
config/install/search_autocomplete.autocompletion_configuration.search_form_content.yml
File
config/install/search_autocomplete.autocompletion_configuration.search_form_content.ymlView source
- # This file defines a default autocompletion configuration for autocompleting
- # the default Drupal search form (content tab) 'out of the box'.
-
- # This default configuration is created in Drupal when this module is enabled.
- # It is removed when the module is uninstalled.
-
- # See schema/search_autocomplete.schema.yml for field definition
-
- id: search_form_content
- label: 'Search Form (content tab)'
- selector: ''
- status: TRUE
- minChar: 3
- autoSubmit: TRUE
- autoRedirect: TRUE
- maxSuggestions: 10
- noResultLabel: 'No results found containing the word [search-phrase].'
- noResultValue: '[search-phrase]'
- noResultLink: ''
- moreResultsLabel: 'View all results containg term [search-phrase].'
- moreResultsValue: '[search-phrase]'
- moreResultsLink: ''
- source: 'autocompletion_callbacks_words::words_autocompletion_callback'
- theme: 'basic-blue.css'
- editable: TRUE
- deletable: FALSE