-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
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
description attribute is not translated in blueprint #729
Comments
|
BTW if you have a custom form field that use description in, just make sure you add the |
@rhukster thanks |
Are you talking about this bit?
Currently that's not even in translated it's hardcoded in |
no i saw that PR #667 about allowing description for form fields. |
i think i know why because of this |
That's actually for the frontend, but in admin this is used: https://github.com/getgrav/grav-plugin-admin/blob/develop/themes/grav/templates/forms/field.html.twig#L75 - some issue though, fixed in c837942 |
thanks a lot @flaviocopes |
I notice that
description
attribute is not translatedThe text was updated successfully, but these errors were encountered: