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
{{ message }}
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: core/src/plugins/core.ajaxplorer/manifest.xml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@
20
20
<global_paramname="DEFAULT_LANGUAGE"group="CONF_MESSAGE[Main]"type="select"choices="AJXP_AVAILABLE_LANGUAGES"label="CONF_MESSAGE[Default Language]"description="CONF_MESSAGE[Default language when a user does not have set his/her own.]"mandatory="true"default="en"/>
21
21
<global_paramname="SERVER_URL"group="CONF_MESSAGE[Main]"type="string"label="CONF_MESSAGE[Server URL]"description="CONF_MESSAGE[Server URL used to build share links and notifications. It will be detected if empty.]"mandatory="false"/>
22
22
<global_paramname="PUBLIC_DOWNLOAD_FOLDER"group="CONF_MESSAGE[Sharing]"type="string"label="CONF_MESSAGE[Download Folder]"description="CONF_MESSAGE[Absolute path to the public folder where temporary download links will be created. Setting this empty will disable the sharing feature.]"mandatory="false"default="AJXP_INSTALL_PATH/data/public"/>
23
-
<global_paramname="PUBLIC_DOWNLOAD_URL"group="CONF_MESSAGE[Sharing]"type="string"label="CONF_MESSAGE[Download URL]"description="CONF_MESSAGE[If not inferred directly from the current ajaxplorer URI plus the public download folder name, replace the public access URL here.]"mandatory="false"default=""/>
23
+
<!-- MAKE SURE NOT TO CHANGE ORDER OF name AND default ATTRIBUTES, CAN BE REPLACED BY INSTALLERS -->
24
+
<global_paramname="PUBLIC_DOWNLOAD_URL"default=""group="CONF_MESSAGE[Sharing]"type="string"label="CONF_MESSAGE[Download URL]"description="CONF_MESSAGE[If not inferred directly from the current ajaxplorer URI plus the public download folder name, replace the public access URL here.]"mandatory="false"/>
24
25
<global_paramname="WEBDAV_ENABLE"group="CONF_MESSAGE[WebDAV Server]"type="boolean"label="CONF_MESSAGE[Enable WebDAV]"description="CONF_MESSAGE[Enable the webDAV support. Please READ THE DOC to safely use this feature.]"mandatory="false"default="false"/>
25
26
<global_paramname="WEBDAV_BASEURI"group="CONF_MESSAGE[WebDAV Server]"type="string"label="CONF_MESSAGE[Shares URI]"description="CONF_MESSAGE[Common URI to access the shares. Please READ THE DOC to safely use this feature.]"mandatory="false"default="/ajaxplorer/shares"/>
26
27
<global_paramname="WEBDAV_BASEHOST"group="CONF_MESSAGE[WebDAV Server]"type="string"label="CONF_MESSAGE[Shares Host]"description="CONF_MESSAGE[Host used in webDAV protocol. Should be detected by default. Please READ THE DOC to safely use this feature.]"mandatory="false"default=""/>
0 commit comments