Wapka TAG Update {{ }}
Posted: Fri Apr 28, 2023 11:07 am
As users are suggesting to update wapka TAG system we decided to change taging system. Previously tag code is start with #% and End With %# like
Now tag code will start with {{ and end with }} so it will be like more easy.
For chaining @ will can be used like
User don't have to change anything! We will update all Codes on the fly.
Code: Select all
#%VAR(test)%#
Code: Select all
{{VAR(test)}}
For chaining @ will can be used like
Code: Select all
{{GET(id)@OR@GET(name)OR(ERR)}}