- Issue created by @robphillips
- Status changed to Closed: won't fix
over 1 year ago 5:30pm 12 June 2023 - πΊπΈUnited States robphillips
Already possible using the
hook_choices_autocomplete_options_alter
implementation.
In some cases sites might want to use the same configuration for every instance. Using Settings::get('choices_autocomplete')
a site builder could override the options of every Choices.js autocomplete field widget. Without having to duplicate config and potentially translations.
Closed: won't fix
1.1
Code
Already possible using the hook_choices_autocomplete_options_alter
implementation.