You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
With #148, we now have way more parameter types. The next step would be to add advanced parameters, which can have plugin-dev defined restrictions. Some useful examples:
Sets of possible answers, e.g. "top,middle,bottom"
Number ranges, e.g. [5,20]
Regex compatible input, e.g. "a*b+"
And there are probably way more usefull paramter types, so this issue can also be used to collect them all.