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 need to find an entry, that has a certain other entry selected in a linkit field. Like relatedTo queries in Craft.
e.g. (fantasy code): #set entry = craft.entries.linkit(otherEntry).one()
or #set entry = craft.entries.linkit({targetElement: otherEntry, field: 'linkitField'}).one()
is this possible?
The text was updated successfully, but these errors were encountered:
I need to find an entry, that has a certain other entry selected in a linkit field. Like relatedTo queries in Craft.
e.g. (fantasy code):
#set entry = craft.entries.linkit(otherEntry).one()
or
#set entry = craft.entries.linkit({targetElement: otherEntry, field: 'linkitField'}).one()
is this possible?
The text was updated successfully, but these errors were encountered: