Hi Team!
I want to add a space between each option (ie Goals: “x”, “y”) but the field used in KG is multi option select so i’m not sure how to do this!
Here is the code i used in the template.hbs file:
{{#*inline ‘goals’}}
{{#if card.goals}}
Goals: {{card.goals}}
{{/if}}
{{/inline}}
thanks!!