It would be nice, if there was a way to organise the "Default Template Settings" based on some to be defined criteria. At the moment the assigned variables are sorted alphabetically by their name, including the variable-prefix. (i.e. @{ checkbox-SomeVariable }
becomes Checkbox Some Variable
).
I would suggest to (optionally) skip the variable-prefix and allow to define keywords which would be grouped in collapsible sections within the Dashboard, e.g.:
@{ checkbox+keyword1-VariableName1 }
@{ text+keyword1-VariableName2 }
@{ url+keyword2-VariableName3 }
@{ text+keyword2-VariableName4 }
would be presented as
Keyword 1
- Variable Name 1 (checkbox)
- Variable Name 2 (input)
Keyword 2
- Variable Name 3 (url)
- Variable Name 4 (input)