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
@proverma
Currently if a string has two ycb params, like "page" : "$$baseUrl$$/$$path$$" Only first param gets replaced by ycb, and second param gets left unreplaced.
Currently if a string has two ycb params, like "page" : "$$baseUrl$$/$$path$$"
Only first param gets replaced by ycb, and second param gets left unreplaced.
The text was updated successfully, but these errors were encountered:
Thank you Isao for looking into it. We highly appreciate your quick help on this.
Sorry, something went wrong.
fix issue yahoo#13 replace multiple tokens per value, if possible
3febd6d
if a string value contains multiple $$tokens$$, replace them all if they resolve to a value. todo: needs refactoring
Merge pull request #15 from isao/multisub
e49419b
fix issue #13 ycb only replaces one $$param$$ per value
No branches or pull requests
@proverma
The text was updated successfully, but these errors were encountered: