chosen.settings.yml in Chosen 3.0.x
Same filename and directory in other branches
config/install/chosen.settings.yml
6 string references to 'chosen.settings'
- ChosenConfigForm::buildForm in src/
Form/ ChosenConfigForm.php - Chosen configuration form.
- ChosenConfigForm::getEditableConfigNames in src/
Form/ ChosenConfigForm.php - Gets the configuration names that will be editable.
- ChosenConfigForm::submitForm in src/
Form/ ChosenConfigForm.php - Chosen configuration form submit handler.
- chosen_attach_library in ./
chosen.module - Helper function to attach the Chosen library and settings to a given element.
- chosen_update_8001 in ./
chosen.install - Renames config to remove redundant 'chosen_' prefix.
File
config/install/chosen.settings.ymlView source
- minimum_single: 20
- minimum_multiple: 20
- disable_search_threshold: 0
- minimum_width: 0
- use_relative_width: false
- jquery_selector: 'select:visible'
- search_contains: false
- disable_search: false
- allow_single_deselect: false
- placeholder_text_multiple: 'Choose some options'
- placeholder_text_single: 'Choose an option'
- no_results_text: 'No results match'
- max_shown_results: null
- disabled_themes: { }
- chosen_include: 2