docs icon indicating copy to clipboard operation
docs copied to clipboard

Missing label/value notation in select field Types

Open jimi75 opened this issue 7 years ago • 1 comments

In the select fieldtype page is missing the possibility to use the label/value object notation like:

myselect:
    type: select
    values: {'value_1': 'Value one label', 'value_2': 'Value Two Label'}

https://docs.bolt.cm/3.5/fields/select

jimi75 avatar May 22 '18 10:05 jimi75

It is mentioned here: https://docs.bolt.cm/3.5/fields/select#defining-values-as-a-hash

eduardomart avatar Aug 21 '18 06:08 eduardomart