From 40af4ee4f125dfd5a04f5d4e9218c4dace36f6f3 Mon Sep 17 00:00:00 2001
From: Fabian Galinski <fabian@sgalinski.de>
Date: Fri, 1 Jun 2018 19:54:30 +0200
Subject: [PATCH] [TASK] Set a good default for the privacy page uid

---
 Configuration/TypoScript/Frontend/constants.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configuration/TypoScript/Frontend/constants.ts b/Configuration/TypoScript/Frontend/constants.ts
index a087b9a5..0e3a5249 100644
--- a/Configuration/TypoScript/Frontend/constants.ts
+++ b/Configuration/TypoScript/Frontend/constants.ts
@@ -20,7 +20,7 @@ plugin.tx_sgjobs {
 		# cat=plugin.tx_sgjobs/other; type=string; label=Allowed maximum file size for uploads in kB
 		allowedMaxFileSize = 5000
 		# cat=plugin.tx_sgjobs/other; type=int+; label=Page id of the privacy policy page
-		privacyPolicyPage =
+		privacyPolicyPage = 42
 	}
 
 	pagebrowser.settings {
-- 
GitLab