I'm working on a reusable template that takes 2 integers as parameters. Currently they are magic numbers and only numbers 0-3 are meaningful to the template.
I would like to add a parameter drop down to the template so that people can embed the view and click a drop down to select a valid option from a list when passing parameters in the designer.
I don't think that's currently a feature but I figured I'd ask here because someone here will know if that's possible.
I know this has been suggested in the feedback for IA, but for now I would just use a couple BOOLs instead of an integer parameter. Or use an "error overlay" that's hidden when the parameter is 0-3 and shown when it's not (something like "invalid <parameter> value")