How can I disable the layout for AJAX module?
I have crated the module and tried to add the entry to view.yml referring to the module as ajax:, but it didn’t work.
Currently, I use $this->setLayout(false), which is not really nice…
Also, according this doc, view.yml is deprecated.
How can I disable the layout for AJAX module? I have crated the module
Share
You shouldn’t need to. XHR requests are automatically rendered without layout.