Question for the Astra/Spectra experts here. I realize Spectra uses slick slider for its post carousel, but we're wanting to use the "centerMode" option in Slick Slider.

Any ideas on the best way to use a filter in a child theme to enable centerMode?

I see there's a filter called "uagb_slider_options" but looking for the best way to put this into a child theme.

I can see where the code is being set: /plugins/spectra-pro/blocks-config/fremium-blocks/slider/block.php:98

The code setting the mode is in the extend_slider_options function and it's using a filter.

I obviously don't want to mess with the plugin directly.