Wrap string into " "

Hello! New here! I have a question related to editor for concept Text, with a simple horizontal cell layout where there is a constant text and a property cell with my value (string).

I don’t know how to wrap the value into “ “ when in a test solution I insert a Text node.

At the moment, when I insert Text, I have the following output: Text <no value>

I would like to have like this: Text “ “

Thanks, greetings from Italy

Hello Andrea,

if the desired behavior should look like this:

then you need to modify the properties of the {value} cell in the Inspector and also you need to add two constant cells to the editor definition that display the ‘“‘ symbol.

These two new cells for the “ symbol shoudl perhaps have the “punctuation-left” or “punctuation-right” property set, as well.