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

[FEATURE] Move enable manualSorting configuration from Typoscript to Ext-Config

parent b4e1eb3c
No related branches found
No related tags found
1 merge request!18F manual sorting
......@@ -13,8 +13,6 @@ 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,7 +23,6 @@ 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}
......
# cat=plugin.tx_sgjobs/other; type=boolean; label=Enable manual sorting
allowManualSorting = 0
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