Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2025 01:53 AM
Hi,
In this case, :my_param behaves as expected since it keeps '1','2' together as a single string (the same as set in the widget), while ${my_param} interprets it as separate values. Although ${param} still works for now, it’s considered deprecated. There isn’t an official end-of-life date announced, but it’s a good idea to start using the newer :param style going forward.