Replies: 1 comment 3 replies
-
It’s possible! Using Drop and method_missing will do the trick for you. We will create docs for drops. Until then you can search for issues and test cases. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
Is there a way to call a callback to manipulate each variable ?
For example I've many templates who have some call of variable like those
{{ path_to_label }}
with data looking like this :In the previous way to handle variables in strings, it was automatically taking the defined locale.
I was wondering if there was a way to handle this without using a filter.
For example is there a callback to specify / override to tell how to get the value in the data object ?
Beta Was this translation helpful? Give feedback.
All reactions