Having issues getting my paths getting picked up by my service parameters. When I use xDebug the sizeMax is an empty array.
I have my custom module (active). With the jsonapi_page_limit (active)
My custom_module.services.yml file is this:
parameters:
jsonapi_page_limit.size_max:
/jsonapi/products/parts: 100
I also have other services in it that I am using. When I xDebug sizeMax in the resource this module provides it is an empty array.
So it seems the parameters are not being picked up. I am debugging it so I will close issue if I figure out what is going on.
Any ideas would be helpful!
Active
1.3
Code