We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you please provide translatable options for /templates/_fieldtype/input.html in a next version?
Some examples: placeholder: settings.defaultText == '' ? 'Custom Link Text' : settings.defaultText,
placeholder: settings.defaultText == '' ? 'Custom Link Text' : settings.defaultText,
and label: 'Open link in new window?',
label: 'Open link in new window?',
It would be nice to simply add the |t function to make the values translatable: label: 'Open link in new window?'|t,
|t
label: 'Open link in new window?'|t,
Thanks in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can you please provide translatable options for /templates/_fieldtype/input.html in a next version?
Some examples:
placeholder: settings.defaultText == '' ? 'Custom Link Text' : settings.defaultText,
and
label: 'Open link in new window?',
It would be nice to simply add the
|t
function to make the values translatable:label: 'Open link in new window?'|t,
Thanks in advance
The text was updated successfully, but these errors were encountered: