Files
core/config/packages/api_platform.yaml
Néstor de Dios Fernández 86f1111fc6 Print Records per contenttype
2018-09-21 16:43:56 +02:00

12 lines
351 B
YAML

api_platform:
mapping:
paths: ['%kernel.project_dir%/src/Entity']
formats:
html: ['text/html']
json: ['application/json']
jsonapi: ['application/vnd.api+json']
collection:
pagination:
client_items_per_page: true
items_per_page_parameter_name: 'pageSize'