Hi all, I have trouble creating Config::General code for a form select field. For example, how does the following YAML config translate into Config::General? > elements: > - type: Select > name: sex > options: > - [ 'm', 'Male' ] > - [ 'f', 'Female' ] I've tried many syntaxes without success. Thanks for your help, Florent