מפתח/י ההשלמה הבאים אינם חוקיים: "topic_title" בסדר

I am trying to edit the move_posts.new_topic_moderator_post.one

Why is topic_link valid but not topic_title or topic_name

# [%{topic_title}](%{topic_link})

Any other key I can use? Thanks.

No, you can only use topic_link, the keys are restricted to whatever is passed in the code.

Oh I see, that makes sense. thanks

Funnily enough it turns out that topic_link actually is what I wanted to do ([%{topic_title}](%{topic_link})).

So just doing # %{topic_title} did the expected changes.