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

Fix typo

parent 42ee2086
No related branches found
No related tags found
2 merge requests!691New version v24.3.0,!654B17519 filepond js error
Pipeline #11759 passed
...@@ -45,8 +45,8 @@ The following features are only tested / supported on linux hosts: ...@@ -45,8 +45,8 @@ The following features are only tested / supported on linux hosts:
* Concatenation of PDF files - command `pdfunite`. * Concatenation of PDF files - command `pdfunite`.
* Convert of images to PDF files - command `img2pdf`. * Convert of images to PDF files - command `img2pdf`.
* PDF decrypt (used for merge with pdfunite) - command `qpdf`. * PDF decrypt (used for merge with pdfunite) - command `qpdf`.
* PDF decrypt (used for merge with pdfunite) - command `gs` - in case `qpdf` is not successful. * PDF decrypt (used for merge with pdfunite) - command `gs` - if `qpdf` is not successful.
* PDF fix (used for merge with pdfunite) - command `pdf2ps` and `ps2pdf` - in case `qpdf` is not successful. * PDF fix (used for merge with pdfunite) - command `pdf2ps` and `ps2pdf` - if `qpdf` is not successful.
* Mime type detection for uploads - command `file`. * Mime type detection for uploads - command `file`.
* Split PDF into JPG - command `convert`. * Split PDF into JPG - command `convert`.
* Repair PDF - command `pdftocairo`. * Repair PDF - command `pdftocairo`.
...@@ -259,10 +259,10 @@ Setup CSS & JS ...@@ -259,10 +259,10 @@ Setup CSS & JS
file06 = typo3conf/ext/qfq/Resources/Public/Css/bootstrap-datetimepicker.min.css file06 = typo3conf/ext/qfq/Resources/Public/Css/bootstrap-datetimepicker.min.css
file07 = typo3conf/ext/qfq/Resources/Public/Css/codemirror.css file07 = typo3conf/ext/qfq/Resources/Public/Css/codemirror.css
# Only needed in case FullCalendar is used # Only needed if FullCalendar is used
file10 = typo3conf/ext/qfq/Resources/Public/Css/fullcalendar.min.css file10 = typo3conf/ext/qfq/Resources/Public/Css/fullcalendar.min.css
# Only needed in case FormElement 'upload' filepond is used # Only needed if FormElement 'upload' filepond is used
file11 = typo3conf/ext/qfq/Resources/Public/Css/filepond.min.css file11 = typo3conf/ext/qfq/Resources/Public/Css/filepond.min.css
} }
...@@ -282,17 +282,17 @@ Setup CSS & JS ...@@ -282,17 +282,17 @@ Setup CSS & JS
file13 = typo3conf/ext/qfq/Resources/Public/JavaScript/codemirror.min.js file13 = typo3conf/ext/qfq/Resources/Public/JavaScript/codemirror.min.js
file14 = typo3conf/ext/qfq/Resources/Public/JavaScript/code-mirror-mode/sql/sql.min.js file14 = typo3conf/ext/qfq/Resources/Public/JavaScript/code-mirror-mode/sql/sql.min.js
# Only needed in case FormElement 'annotate' is used. # Only needed if FormElement 'annotate' is used.
file20 = typo3conf/ext/qfq/Resources/Public/JavaScript/fabric.min.js file20 = typo3conf/ext/qfq/Resources/Public/JavaScript/fabric.min.js
file21 = typo3conf/ext/qfq/Resources/Public/JavaScript/qfq.fabric.min.js file21 = typo3conf/ext/qfq/Resources/Public/JavaScript/qfq.fabric.min.js
# Only needed in case FullCalendar is used. # Only needed if FullCalendar is used.
file22 = typo3conf/ext/qfq/Resources/Public/JavaScript/fullcalendar.min.js file22 = typo3conf/ext/qfq/Resources/Public/JavaScript/fullcalendar.min.js
# Only needed in case widget-output is used. # Only needed if widget-output is used.
file23 = typo3conf/ext/qfq/Resources/Public/JavaScript/widget-output.min.js file23 = typo3conf/ext/qfq/Resources/Public/JavaScript/widget-output.min.js
# Only needed in cas FormElement 'upload' filepond is used. # Only needed if FormElement 'upload' filepond is used.
file24 = typo3conf/ext/qfq/Resources/Public/JavaScript/filepond.min.js file24 = typo3conf/ext/qfq/Resources/Public/JavaScript/filepond.min.js
file25 = typo3conf/ext/qfq/Resources/Public/JavaScript/filepond-plugin-file-validate-size.min.js file25 = typo3conf/ext/qfq/Resources/Public/JavaScript/filepond-plugin-file-validate-size.min.js
file25 = typo3conf/ext/qfq/Resources/Public/JavaScript/filepond-plugin-file-validate-type.min.js file25 = typo3conf/ext/qfq/Resources/Public/JavaScript/filepond-plugin-file-validate-type.min.js
...@@ -897,8 +897,8 @@ Example: :: ...@@ -897,8 +897,8 @@ Example: ::
fillStoreSystemBySqlRow: SELECT gr.reference AS name, IF('{{pageLanguage:T}}'=0 OR gr.value2='', gr.value, gr.value2) AS value FROM Ggroup AS gr WHERE gr.storeSystem='yes' fillStoreSystemBySqlRow: SELECT gr.reference AS name, IF('{{pageLanguage:T}}'=0 OR gr.value2='', gr.value, gr.value2) AS value FROM Ggroup AS gr WHERE gr.storeSystem='yes'
To retrieve the value, name is used as variable name. For example if the column reference from one record is named
To retrieve the value, name is used as variable name. For example if the column reference from one record is named 'id_accepted' and related column value has the value '22': :: 'id_accepted' and related column value has the value '22': ::
{{id_accepted:Y}} {{id_accepted:Y}}
......
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