Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 07:13 AM
I got almost everything work but:
I cannot figure out how to pass a parameter to a page variant which has a required parameter via chrome_toolbar
anyone?
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 07:27 AM
I could kill myself for not realising this earlier... just now figured it out..
you can supply "fields"...
and in this case it looks like:
"routeInfo": {
"route": "my-route",
"fields" : {"name-of-the-required-parameter-of-the-page" : "value-to-be-supplied"}
},
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 07:27 AM
I could kill myself for not realising this earlier... just now figured it out..
you can supply "fields"...
and in this case it looks like:
"routeInfo": {
"route": "my-route",
"fields" : {"name-of-the-required-parameter-of-the-page" : "value-to-be-supplied"}
},