Ryan Mitchell
Ryan Mitchell
@Smef works fine for me with the PR - double check you copied everything over fully: visiting: /api/collections/pages/entries?fields=id,title,template,shares,content ```json { "data": [ { "id": "4a8b8690-55c6-426d-8d08-2bc73df230ab", "title": "Articles", "template": "articles.index", "shares":...
Closing due to lack of activity. If its still an issue, please re-open.
Thanks for the work on this. Its genuinely appreciated.
Amazing. So good to see this merge, thank you!
@nickashley there are some updated docs being worked on - https://github.com/statamic/docs/pull/1139 - maybe check those out to make sure you've covered everything.
It may not suit everyone, but theres a PR now over on eloquent driver for an asset query builder, which should resolve a lot of these problems and defer to...
If you want date formats in JSON to be your timezone and not UTC (which is Carbon's default), you could make an API middleware and add: ``` \Carbon\Carbon::serializeUsing(function ($date) {...
@leganz any update on this?
@leganz I've updated this and refactored a bit so it now works with the latest versions of Statamic and this driver. Do you want to review it before I merge...
Maybe you could add query_scopes (https://github.com/statamic/cms/pull/8456/files#diff-65991befe757c3572bc64584dd243cf0f210d15d322db0bce20731aebdbfb219) to the form field type now its supported elsewhere?