From 697c83c38f8b8efab246b4c413d8fc6281802707 Mon Sep 17 00:00:00 2001
From: Carsten  Rose <carsten.rose@math.uzh.ch>
Date: Tue, 1 May 2018 19:32:01 +0200
Subject: [PATCH] ext_conf_template.txt: remove default for 'baseUrl'. Change
 dateFormat to 'dd.mm.yyyy'. Add missing default values for
 cssClassQfqFormPill and cssClassQfqFormBody.

---
 extension/ext_conf_template.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/extension/ext_conf_template.txt b/extension/ext_conf_template.txt
index a01706fd6..0eee3072d 100644
--- a/extension/ext_conf_template.txt
+++ b/extension/ext_conf_template.txt
@@ -16,14 +16,14 @@ cmdConvert = convert
 # cat=config/config; type=string; label=Command 'wkhtmltopdf':Default is '/opt/wkhtmltox/bin/wkhtmltopdf'. Command to convert a HTML page to a PDF.
 cmdWkhtmltopdf = /opt/wkhtmltox/bin/wkhtmltopdf
 
-# cat=config/config; type=string; label=Base URL of the current Typo3 installation:Default is empty. Will be used to convert local pages to PDF. For accessing protected pages, the current FE User session will be faked - therefore the exact URL is needed that cookies become valid.
-baseUrl = https://your.base.url/including/sub/dir
+# cat=config/config; type=string; label=Base URL of the current Typo3 installation:Default is empty. Example: https://your.base.url/including/sub/dir. Will be used to convert local pages to PDF. For accessing protected pages, the current FE User session will be faked - therefore the exact URL is needed that cookies become valid.
+baseUrl =
 
 # cat=config/email; type=string; label=Options for SendEMail:Default is empty. General options. Check: http://caspian.dotconf.net/menu/Software/SendEmail. E.g.: 'sendEMail=-o tls=yes'
 sendEMailOptions =
 
-# cat=config/date; type=string; label=Date format:Default is 'yyyy-mm-dd'. Possible options: 'yyyy-mm-dd', 'dd.mm.yyyy'
-dateFormat = yyyy-mm-dd
+# cat=config/date; type=string; label=Date format:Default is 'dd.mm.yyyy'. Possible options: 'yyyy-mm-dd', 'dd.mm.yyyy'
+dateFormat = dd.mm.yyyy
 
 
 
@@ -131,10 +131,10 @@ cssClassQfqContainer =
 cssClassQfqForm =
 
 # cat=form-layout/layout; type=string; label=CSS class of pills on the HTML form:Default is 'qfq-color-grey-1'. Wrap around title bar for pills: CSS Class, typically a background color.
-cssClassQfqFormPill =
+cssClassQfqFormPill =qfq-color-grey-1
 
 # cat=form-layout/layout; type=string; label=CSS class of the body of the HTML form:Default is 'qfq-color-grey-2'. Wrap around FormElements: CSS Class, typically a background color.
-cssClassQfqFormBody =
+cssClassQfqFormBody = qfq-color-grey-2
 
 
 # cat=form-layout/layout; type=string; label=Number of Bootstrap 'col-md-??' to wrap the 'whole form':Default is '12'. Bootstrap 12 column represents 100%.
-- 
GitLab