Skip to content
Snippets Groups Projects
Commit 697c83c3 authored by Carsten  Rose's avatar Carsten Rose
Browse files

ext_conf_template.txt: remove default for 'baseUrl'. Change dateFormat to...

ext_conf_template.txt: remove default for 'baseUrl'. Change dateFormat to 'dd.mm.yyyy'. Add missing default values for cssClassQfqFormPill and cssClassQfqFormBody.
parent 4e15d136
No related branches found
No related tags found
No related merge requests found
......@@ -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%.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment