- Issue created by @hexabinaer
Configuring the smart trim More link, both fields (More link text, More link aria-label) state "This field supports tokens." Therefore we should expect they actually do.
Configure any given content type's smart-trimmed field, say in a teaser view mode (settings not listed seem to make no difference):
Read more about [node:title]
Read more about [node:title]
This results in this link markup: <a href="/path/to/node/demo-content" aria-label="Read more about Demo content" hreflang="en">Read more about [node:title]</a>
Keep in mind that the fix should preserve translatability.
Active
2.2
Code