From e01a116173cd887b46bf482ce404da9218fe65fa Mon Sep 17 00:00:00 2001 From: Gert Date: Mon, 4 May 2015 15:36:17 +0200 Subject: [PATCH] asset timestamps 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 28d9a255d..81805ed5e 100644 --- a/system/blueprints/config/system.yaml +++ b/system/blueprints/config/system.yaml @@ -307,6 +307,16 @@ form: validate: type: bool + assets.enable_asset_timestamp: + type: toggle + label: Enable timestamps + highlight: 1 + options: + 1: Yes + 0: No + validate: + type: bool + debugger: type: section title: Debugger