mirror of
https://github.com/jbcr/core.git
synced 2026-04-19 22:51:02 +02:00
12 lines
351 B
YAML
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'
|