Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
e06283ee
Commit
e06283ee
authored
Feb 16, 2018
by
Carsten Rose
Browse files
Some more cleaning for config.qfq.ini.
parent
93d47623
Changes
2
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
e06283ee
...
@@ -390,6 +390,14 @@ Example: *typo3conf/config.qfq.ini*
...
@@ -390,6 +390,14 @@ Example: *typo3conf/config.qfq.ini*
::
::
; QFQ configuration
;
; Save this file as:
<Documentroot>
/typo3conf/config.qfq.ini
; Configure own URL, where `wkhtmltopdf` fetches pages and produces PDFs
BASE_URL_PRINT = http://url.my/
; WKHTMLTOPDF = /opt/wkhtmltox/bin/wkhtmltopdf
DB_INIT = set names utf8
DB_INIT = set names utf8
; DB_INDEX_DATA = 1
; DB_INDEX_DATA = 1
...
@@ -424,11 +432,11 @@ Example: *typo3conf/config.qfq.ini*
...
@@ -424,11 +432,11 @@ Example: *typo3conf/config.qfq.ini*
; Default background color, specified via CSS class
; Default background color, specified via CSS class
; CSS_CLASS_QFQ_FORM =
; CSS_CLASS_QFQ_FORM =
CSS_CLASS_QFQ_FORM_PILL = qfq-color-grey-1
;
CSS_CLASS_QFQ_FORM_PILL = qfq-color-grey-1
CSS_CLASS_QFQ_FORM_BODY = qfq-color-grey-2
;
CSS_CLASS_QFQ_FORM_BODY = qfq-color-grey-2
; yyyy-mm-dd, dd.mm.yyyy
; yyyy-mm-dd, dd.mm.yyyy
DATE_FORMAT = yyyy-mm-dd
;
DATE_FORMAT = yyyy-mm-dd
; Access via {{TECHNICAL_CONTACT:Y}}
; Access via {{TECHNICAL_CONTACT:Y}}
; TECHNICAL_CONTACT = john@doe.com
; TECHNICAL_CONTACT = john@doe.com
...
@@ -447,10 +455,6 @@ Example: *typo3conf/config.qfq.ini*
...
@@ -447,10 +455,6 @@ Example: *typo3conf/config.qfq.ini*
; FORM_BS_INPUT_COLUMNS = 6
; FORM_BS_INPUT_COLUMNS = 6
; FORM_BS_NOTE_COLUMNS = 3
; FORM_BS_NOTE_COLUMNS = 3
; Configure URL where `wkhtmltopdf` fetches pages and produces PDFs
BASE_URL_PRINT = http://example.com/
; WKHTMLTOPDF = /opt/wkhtmltox/bin/wkhtmltopdf
; EDIT_FORM_PAGE = form
; EDIT_FORM_PAGE = form
; LDAP_1_RDN =
; LDAP_1_RDN =
...
...
extension/config.qfq.example.ini
View file @
e06283ee
...
@@ -2,6 +2,10 @@
...
@@ -2,6 +2,10 @@
;
;
; Save this file as: <Documentroot>/typo3conf/config.qfq.ini
; Save this file as: <Documentroot>/typo3conf/config.qfq.ini
; Configure own URL, where `wkhtmltopdf` fetches pages and produces PDFs
BASE_URL_PRINT
=
http://url.my/
; WKHTMLTOPDF = /opt/wkhtmltox/bin/wkhtmltopdf
DB_INIT
=
set names utf8
DB_INIT
=
set names utf8
; DB_INDEX_DATA = 1
; DB_INDEX_DATA = 1
...
@@ -36,11 +40,11 @@ DB_1_NAME = <DB>
...
@@ -36,11 +40,11 @@ DB_1_NAME = <DB>
; Default background color, specified via CSS class
; Default background color, specified via CSS class
; CSS_CLASS_QFQ_FORM =
; CSS_CLASS_QFQ_FORM =
CSS_CLASS_QFQ_FORM_PILL
=
qfq-color-grey-1
;
CSS_CLASS_QFQ_FORM_PILL = qfq-color-grey-1
CSS_CLASS_QFQ_FORM_BODY
=
qfq-color-grey-2
;
CSS_CLASS_QFQ_FORM_BODY = qfq-color-grey-2
; yyyy-mm-dd, dd.mm.yyyy
; yyyy-mm-dd, dd.mm.yyyy
DATE_FORMAT
=
yyyy-mm-dd
;
DATE_FORMAT = yyyy-mm-dd
; Access via {{TECHNICAL_CONTACT:Y}}
; Access via {{TECHNICAL_CONTACT:Y}}
; TECHNICAL_CONTACT = john@doe.com
; TECHNICAL_CONTACT = john@doe.com
...
@@ -59,10 +63,6 @@ DATE_FORMAT = yyyy-mm-dd
...
@@ -59,10 +63,6 @@ DATE_FORMAT = yyyy-mm-dd
; FORM_BS_INPUT_COLUMNS = 6
; FORM_BS_INPUT_COLUMNS = 6
; FORM_BS_NOTE_COLUMNS = 3
; FORM_BS_NOTE_COLUMNS = 3
; Configure URL where `wkhtmltopdf` fetches pages and produces PDFs
BASE_URL_PRINT
=
http://example.com/
; WKHTMLTOPDF = /opt/wkhtmltox/bin/wkhtmltopdf
; EDIT_FORM_PAGE = form
; EDIT_FORM_PAGE = form
; LDAP_1_RDN =
; LDAP_1_RDN =
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment