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.
Perhaps there's a more thorough way to do this?
Cheers,
Alex
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
.Perhaps there's a more thorough way to do this?
Cheers,
Alex
The text was updated successfully, but these errors were encountered: