From 58bb5a699324bbe45e417d130dd1e876f67c947b Mon Sep 17 00:00:00 2001 From: Gert Date: Mon, 4 May 2015 15:23:08 +0200 Subject: [PATCH] publish_dates 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 7b7bd3d8c..fb6bb90db 100644 --- a/system/blueprints/config/system.yaml +++ b/system/blueprints/config/system.yaml @@ -101,6 +101,16 @@ form: validate: type: number min: 1 + pages.publish_dates: + type: toggle + label: Date-based publishing + help: Automatically (un)publish posts based on their date + highlight: 1 + options: + 1: Yes + 0: No + validate: + type: bool