Skip to content
Snippets Groups Projects
Commit 30eb8e42 authored by Ole Anders's avatar Ole Anders
Browse files

Add plugin option to enable/disable manual sorting

parent 4b1260cf
No related branches found
No related tags found
1 merge request!17F manual sorting
......@@ -13,6 +13,8 @@ plugin.tx_sgjobs {
settings {
# cat=plugin.tx_sgjobs/other; type=string; label=Mail address to send submitted applications to
applicationEmail =
# cat=plugin.tx_sgjobs/other; type=boolean; label=Enable manual sorting
allowManualSorting = 0
# cat=plugin.tx_sgjobs/other; type=string; label=Allowed file extensions for uploads in the controller (comma separated)
allowedFileExtensions = pdf
# cat=plugin.tx_sgjobs/other; type=string; label=Allowed mime types for uploads in the Fluid template (comma separated)
......
......@@ -23,6 +23,7 @@ plugin.tx_sgjobs {
settings {
allowedFileExtensions = {$plugin.tx_sgjobs.settings.allowedFileExtensions}
allowManualSorting = {$plugin.tx_sgjobs.settings.allowManualSorting}
allowedMimeTypes = {$plugin.tx_sgjobs.settings.allowedMimeTypes}
allowedMaxFileSize = {$plugin.tx_sgjobs.settings.allowedMaxFileSize}
privacyPolicyPage = {$plugin.tx_sgjobs.settings.privacyPolicyPage}
......
......@@ -214,8 +214,8 @@
<target><![CDATA[Sortierung der Stellenangebote]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.orderBy_1" approved="yes">
<source><![CDATA[Manual (Uses sorting visible in the "Job Offers" module)]]></source>
<target><![CDATA[Manuell (Stellenangebote werden wie im "Stellenangebote" Modul sortiert)]]></target>
<source><![CDATA[Manual (Uses sorting visible in the "Job Offers" module. Must be enabled in configuration)]]></source>
<target><![CDATA[Manuell (Stellenangebote werden wie im "Stellenangebote" Modul sortiert. Muss in den Einstellungen erlaubt sein.)]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.orderBy_2" approved="yes">
<source><![CDATA[Alphabetically by job title (A-Z)]]></source>
......@@ -371,4 +371,4 @@
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
</xliff>
......@@ -166,7 +166,7 @@
<source><![CDATA[Sorting of job offers]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.orderBy_1">
<source><![CDATA[Manual (Uses sorting visible in the "Job Offers" module)]]></source>
<source><![CDATA[Manual (Uses sorting visible in the "Job Offers" module. Must be enabled in configuration)]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.orderBy_2">
<source><![CDATA[Alphabetically by job title (A-Z)]]></source>
......@@ -284,4 +284,4 @@
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
</xliff>
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