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
Within a entry card, in my CKEditor field, I have a matrix block called "Link Matrix" in which the user can select different link type (old from Craft 4). When I try and render this on the front end using entry.linkMatrix it doesn't show the Matrix field, but displays a craft\elements\db\EntryQuery instead.
Not sure if there's something I'm missing, but the rest of the fields seem to load correctly.
Steps to reproduce
Create a Entry Type which includes a matrix field
Try and render this on the front end.
Additional info
Craft version: 5.4.9
PHP version: 8.3
The text was updated successfully, but these errors were encountered:
Within a entry card, in my CKEditor field, I have a matrix block called "Link Matrix" in which the user can select different link type (old from Craft 4). When I try and render this on the front end using
entry.linkMatrix
it doesn't show the Matrix field, but displays acraft\elements\db\EntryQuery
instead.Not sure if there's something I'm missing, but the rest of the fields seem to load correctly.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: