cancel
Showing results for 
Search instead for 
Did you mean: 

Can web client open files as FILE:// rather than HTTP://?

nickbailey
Champ in-the-making
Champ in-the-making
I have a problem with versioning and I think that this could be the solution.

I know in web-client-config.xml I can change the way I the web client *pulls in* files from cifs from httpbut I was wondering if it was possible to make the web client edit/view files using CIFS.  :?:
1 REPLY 1

kevinr
Star Contributor
Star Contributor
You can change the style of links output by the web-client by adding/changing this section in your web-client-config-custom.xml, for example here i have set it to CIFS where as http is the usual default:
   <config>      <client>         <!– the type of edit link to use, NOTE: inline editable will always take precedence –>         <!– can be: http|webdav|cifs –>         <edit-link-type>cifs</edit-link-type>      </client>   </config>‍‍‍‍‍‍‍‍‍
Thanks,

Kevin