From b9007970693baa69339d0ef18ccd6c96302fb021 Mon Sep 17 00:00:00 2001 From: fritzmg Date: Fri, 8 Apr 2016 11:43:38 +0200 Subject: [PATCH] updated README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 631443b..487ed04 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,9 @@ Contao AJAX Layout ===================== Contao extension to automatically use a different page layout for AJAX requests. + +![screenshot](https://raw.githubusercontent.com/fritzmg/contao-ajax-layout/master/screenshot.png) + +When this option is enabled in your page layout, all AJAX request to pages with this layout will generate the page under a different, minimal layout, with only the regular article module. By default, only the content of the main columdn will be returned. This helps reduce the processing time for generating the page and reduces the amount of data sent to the client via AJAX. + +You can also set another page layout to be used as your AJAX layout for this page layout.