For example if there is a Customizer section that focuses on Woocommerce options, I’d like the user to be on the shop page for that, to see all these changes, live.
I can do http://127.0.0.1/wp-admin/customize.php?url=http://127.0.0.1/shop&autofocus[section]=woocommerce as a link in the admin panel, which will put customizer on that URL, with the relevant section open, but that’s not ideal.
I would like the customizer to automatically navigate to the specified url when the user clicks on any section.
Is there any way to have onSectionClick event and then set previewUrl to something?