Hello. I would like to be able to reference string and number variables inside other string variables, so that I can create a system for content design while editing the files and buildng UIs, not only in the prototype.
Example: The word used for the primary button to advance a step is “Next”. I would like to create variables “term-ui-advance” and “primary-button-advance”, where advance = “Next” and primary-button-next is {{term-ui-advance}}'s value. This way designers have a high level variable that is used on the button and developers have a low level variable that is used in code.
Is there a way to do so in the current beta?