views_natural_sort.settings.yml in Views Natural Sort 8.2
config/install/views_natural_sort.settings.yml
4 string references to 'views_natural_sort.settings'
- ConfigurationForm::buildForm in src/
Form/ ConfigurationForm.php - Form constructor.
- ConfigurationForm::getEditableConfigNames in src/
Form/ ConfigurationForm.php - Gets the configuration names that will be editable.
- ViewsNaturalSortService::getDefaultTransformations in src/
ViewsNaturalSortService.php - views_natural_sort_rebuild_index in ./
views_natural_sort.module
File
config/install/views_natural_sort.settings.ymlView source
- rebuild_items_per_batch: 100
- transformation_settings:
- remove_beginning_words:
- enabled: true
- settings:
- - The
- - A
- - An
- - La
- - Le
- - Il
- remove_words:
- enabled: true
- settings:
- - and
- - or
- - of
- remove_symbols:
- enabled: true
- settings: "#\"'\\()[]"
- numbers:
- enabled: true
- settings: []
- days_of_the_week:
- enabled: false
- dependencies:
- module:
- - views_natural_sort