- 🇺🇸United States rpayanm
You can do it using this hook:
https://git.drupalcode.org/project/shs/-/blob/2.0.x/src/Plugin/views/fil...$hooks = [ 'shs_js_settings', "shs_{$field_name}_js_settings", "shs_{$this->view->id()}__{$identifier}_js_settings", "shs_{$this->view->id()}__{$field_name}_js_settings", "shs_{$this->view->id()}__{$this->view->current_display}__{$identifier}_js_settings", "shs_{$this->view->id()}__{$this->view->current_display}__{$field_name}_js_settings", ]; // Allow other modules to override the settings. \Drupal::moduleHandler()->alter($hooks, $settings_shs, $bundle, $field_name);
- 🇫🇮Finland heikkiy Oulu
I was able to solve the problem with the instructions from #3. I think this issue could be closed and perhaps document this in the module readme.txt.