Configuration
- Value — the literal you want to emit. The editor renders the right input control for the chosen type.
- Value type — pick
string,integer,float,boolean,date,datetime, or any of the enum types. The stored value is cast to this type at run time. - Is list — when
true, the value is treated as a list rather than a single value.