Text Templates module doesnt store new tokens

0
Hello, I have installed the module 'Text Templates module'. When creating a new TextTemplate I can only create one token. Whenever I try to create another token it replaces the old token. I have gone through the microflows that create the new token and it looks ok to me. Anyone has an idea what the issue can be? Thanks Fredrik
asked
2 answers
0

My guess without looking at the module is that the association between the template and the token is using the 'set' method instead of the 'add' method when changing the association.

answered
0

Mitchel is right, I just downloaded the module and see the "IVKTemplateNewToken" microflow "sets" the $NewToken when it changes the Template instead of "adds".

answered