is it possible to set the options of a select field to have value, and label via the “options” of the DocType definition?
I know that I may set a list of dicts with label and value values via a client script. I would, however, like to set these options in the DocType definition directly.
If I copy the list/dict string into the options field, it does not work.