You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently tweaking the Versafix-1 template so it suits our needs a little better. One of the things we need is a list of explicit links which can be selected from a dropdown in a block's Content options.
It's a simple matter to see that the syntax for a select widget in the template definitions is options: <content1>=<text1>| <content2>=<text2>;
The issue is that our links have a query string in them, which of course has an equals character, and the parser is interpreting this as the end of the content. Is there any way to escape the equals character somehow, so it can be part of the list content?
thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm currently tweaking the Versafix-1 template so it suits our needs a little better. One of the things we need is a list of explicit links which can be selected from a dropdown in a block's Content options.
It's a simple matter to see that the syntax for a select widget in the template definitions is
options: <content1>=<text1>| <content2>=<text2>;
The issue is that our links have a query string in them, which of course has an equals character, and the parser is interpreting this as the end of the content. Is there any way to escape the equals character somehow, so it can be part of the list content?
thanks
The text was updated successfully, but these errors were encountered: