Is there a list of supported template fields?

I’m trying to customize our welcome letter, and I can see that there are known field tokens, like:

Welcome to %{site_name}!

Is there a list anywhere of all the valid tokens that can go in a %{token} block?

That’s about the only one. So there is not a list because there aren’t many fields.

The full current list is here:

2 лайка

In other words, anything passed in via @opts as well. Have fun tracing that throughout the calling code…

@sam: thanks for this.

Я хотел бы повторить исходный вопрос. Есть ли сейчас где-нибудь список? Я хочу знать, что можно использовать в пользовательских настройках текста.

Разве ответ выше неверен?

Так оно и есть, но если так, то я этого не понимаю.

Я попытался выделить для вас соответствующие части кода на скриншоте ниже

Как правило, вам нужно найти текст «замените {%placeholder} на другой текст»

Спасибо! Я взгляну.