You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Resources/config/config.xml
+38-2Lines changed: 38 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,23 @@
59
59
<title>Upload Settings</title>
60
60
<titlelang="de-DE">FTP-Konfiguration</title>
61
61
62
+
<input-fieldtype="single-select">
63
+
<name>protocol</name>
64
+
<label>Protocol</label>
65
+
<labellang="de-DE">Protocol</label>
66
+
<options>
67
+
<option>
68
+
<id>ftp</id>
69
+
<name>FTP</name>
70
+
</option>
71
+
<option>
72
+
<id>sftp</id>
73
+
<name>SFTP</name>
74
+
</option>
75
+
</options>
76
+
<required>true</required>
77
+
</input-field>
78
+
62
79
<input-field>
63
80
<name>ftpHost</name>
64
81
<label>Server URL</label>
@@ -85,10 +102,29 @@
85
102
<name>ftpPassword</name>
86
103
<label>Password</label>
87
104
<labellang="de-DE">Passwort</label>
88
-
<required>true</required>
105
+
<required>false</required>
106
+
<helpText>If your authentication method does not require user password, please ignore that file</helpText>
107
+
</input-field>
108
+
109
+
<input-fieldtype="textarea">
110
+
<name>privateKey</name>
111
+
<label>Private Key Content</label>
112
+
<helpText>Put the content of the received key file into the text area. If your authentication method does not require key, please ignore that file</helpText>
113
+
<required>false</required>
114
+
</input-field>
115
+
116
+
<input-fieldtype="password">
117
+
<name>keyPassphrase</name>
118
+
<label>Key Passphrase</label>
119
+
<helpText>If your key is not protected with a passphrase, please ignore this field</helpText>
120
+
<required>false</required>
89
121
</input-field>
122
+
</card>
90
123
91
-
<input-fieldtype="multi-select">
124
+
<card>
125
+
<title>Import Settings</title>
126
+
<titlelang="de-DE">Import-Konfiguration</title>
127
+
<input-fieldtype="multi-select">
92
128
<name>pushImport</name>
93
129
<label>Enable Automatic Import for</label>
94
130
<labellang="de-DE">Aktivieren Sie den automatischen Import für</label>
0 commit comments