Skip to content
Snippets Groups Projects
Commit d222561a authored by Altan Tosun's avatar Altan Tosun Committed by Philipp Gampe
Browse files

[BUGFIX] Path of a storage must be required

Remove the default 'fileadmin/' and introduce a placeholder
instead.
The field is required now.

Resolves: #64650
Releases: master
Change-Id: I517fc816f4c84be8592199f3341f11a3395b8079
Reviewed-on: http://review.typo3.org/36478


Reviewed-by: default avatarPhilipp Gampe <philipp.gampe@typo3.org>
Tested-by: default avatarPhilipp Gampe <philipp.gampe@typo3.org>
parent b7124e91
Branches
Tags
No related merge requests found
......@@ -11,7 +11,8 @@
<label>LLL:EXT:lang/locallang_mod_file_list.xlf:localDriverFlexform_basePath</label>
<config>
<type>input</type>
<default>fileadmin/</default>
<placeholder>LLL:EXT:lang/locallang_mod_file_list.xlf:localDriverFlexform_basePath_placeholder</placeholder>
<eval>required</eval>
<size>30</size>
</config>
</TCEforms>
......
......@@ -87,6 +87,9 @@
<trans-unit id="localDriverFlexform_basePath" xml:space="preserve">
<source>Base path:</source>
</trans-unit>
<trans-unit id="localDriverFlexform_basePath_placeholder" xml:space="preserve">
<source>Add storage path here. For example: myPath/folder/</source>
</trans-unit>
<trans-unit id="localDriverFlexform_pathType" xml:space="preserve">
<source>Path type:</source>
</trans-unit>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment