mirror of
https://github.com/flextype/flextype.git
synced 2025-08-10 15:14:20 +02:00
feat(endpoints): update entries endpoints #564
This commit is contained in:
@@ -75,7 +75,7 @@ app()->get('/api/content', function (Request $request, Response $response) use (
|
||||
}
|
||||
|
||||
// override content.fetch.result
|
||||
registry()->set('flextype.settings.storage.content.fields.content.fetch.result', 'toArray');
|
||||
registry()->set('flextype.settings.entries.content.fields.content.fetch.result', 'toArray');
|
||||
|
||||
if (isset($method) &&
|
||||
strpos($method, 'fetch') !== false &&
|
||||
|
Reference in New Issue
Block a user