dxp/issues#906: Autocomplete url from drupalsettings
Changes
- Use
base_url_autocomplete
fromdrupalSettings
in the autocomplete search endpoint instead of custom hardcoded url - Update mocked config
How to test
npm run start
- Check the request is built with the
base_url_autocomplete
fromdrupalSettings
(mocked) - Check everything works as before