This repository was archived by the owner on Aug 18, 2020. It is now read-only.
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
Advanced parameters #151
Closed
Description
Description
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.