When using radio options like in the example below:
options:
design: Design
architecture: Architecture
photography: Photography
3d: 3D
web-design: Web Design
I see the values stored in the .txt content file are like web-design
Is there any way to store the actual value (e.g. “Web Design”) or retrieve it in some way — so to render the more “human friendly” string?
For now I have changed the name of the options in my blueprint as in:
Web Design: Web Design
But I doubt that this is ideal…