How to change the context in extensions?
hamedgasemi200 opened this issue · 0 comments
hamedgasemi200 commented
In inline extensions, the defined method receives a hashmap like below:
[
"text" => "{style=color:blue;}"
"context" => "Blue {style=color:blue;}"
]
I'd like to change the context before the text; is there any way to do that?