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
{{ message }}
This repository was archived by the owner on Jun 13, 2019. It is now read-only.
Hey there,
Seems like a simple one, but entries don't currently have access to the title variable. I couldn't see anyway to 'include' title through get requests.
I just added 'title' => ($element->title) ? $element->title : null, to about line 36 of /src/Transformers/EntryTransformer.php.