Symfony detects if it receives a XmlHttpRequest and automatically turns off your debug bar and layout. However I'd like to have the response decorated with a specified layout. Also I don't want to add custom line of code in the action
to enable the layout, I wish I can just make a configuration through yml files.
Thanks in advance.