From 4e07c294c552743e141ddca1f74d39e483cb6ea6 Mon Sep 17 00:00:00 2001 From: Gert Date: Mon, 4 May 2015 15:29:46 +0200 Subject: [PATCH] gzip compression blueprint --- system/blueprints/config/system.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/system/blueprints/config/system.yaml b/system/blueprints/config/system.yaml index fb6bb90db..28d9a255d 100644 --- a/system/blueprints/config/system.yaml +++ b/system/blueprints/config/system.yaml @@ -185,6 +185,16 @@ form: label: Cache Prefix placeholder: "Derived from base URL (override by entering random string)" + cache.gzip: + type: toggle + label: GZIP compression + highlight: 1 + options: + 1: Yes + 0: No + validate: + type: bool + twig: type: section title: Twig Templating