You can now choose whether to consider
URL parameters
when loading a widget. This is especially useful for older websites. A new switch in the widget settings allows you to toggle this behavior easily.
With this setting enabled, you can display different widgets depending on the parameters:
www.example.com/page (global widget)
www.example.com/page?villa=1 (property widget 1)
www.example.com/page?villa=2 (property widget 2)
With this setting disabled, parameters are ignored.
www.example.com/page (global widget)
www.example.com/page?villa=1 (global widget)
www.example.com/page?villa=2 (global widget)
image