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
It's treating the return of anything from entry.linkItField.url or .getUrl() as trying to pull an element from a string variable: Impossible to access an attribute ("url") on a string variable ("").
I'm pretty sure I've followed the instructions exactly. My LinkIt field is part of a Matrix.
On Nov 14, 2017, 4:17 AM -0500, Helle Holmsen ***@***.***>, wrote:
I'm having the same problem. Did you solve it @zachphillips ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
It's treating the return of anything from
entry.linkItField.url
or.getUrl()
as trying to pull an element from a string variable:Impossible to access an attribute ("url") on a string variable ("").
I'm pretty sure I've followed the instructions exactly. My LinkIt field is part of a Matrix.
<a href="{{ block.buttonLink.url }}" class="btn btn-primary btn-color">{{ block.buttonText }}</a>
I've tried it for LinkIt fields to custom urls, entries, everything.
The text was updated successfully, but these errors were encountered: