/
storageConfig.xml

storageConfig.xml

Optional configuration file that can be added to customization.zip and that is loaded on editor session start up. It can be used to override some default storage settings.

If the file is placed in customization.zip, it has to have the following content:

<storage> <!-- S3 bucket for partner content: location where logs and export output are uploaded to and where drawings are taken from (unless API server is specified). If set, it overrides the default content bucket associated to partner app id. --> <S3Bucket></S3Bucket> <!-- API server to read/write drawing files from/to. If set, it overrides the default API server associated to partner app id or passed by editor "server" parameter. --> <APIServer></APIServer> <!-- Custom http(s) icon path to load icons for UI from. If set, all standard icons used in Kudo editor will be tried to be loaded from that location. --> <iconsPath></iconsPath> <!-- Override dwg version the drawing should be saved in on SAVE and autosave: Supported: 2018/2013/2010/2007/2004/2000/R14/R13/R12 --> <saveDwgVersion>2013</saveDwgVersion> <!-- Override format the drawing should be saved in on SAVE and autosave: Supported: dwg/dxf/dxb --> <saveFormat>dwg</saveFormat> <!-- Optional showUnsupportedBrowserWarning: specify if Kudo should show a warning about unsupported browser on load. Default if not specified is true. --> <showUnsupportedBrowserWarning></showUnsupportedBrowserWarning> </storage>

S3Bucket, APIServer, iconsPath, saveDwgVersion and saveFormat are mendatory sub tags. There value can be empty to use application’s default settings.
showUnsupportedBrowserWarning is optional.

S3Bucket - Specifies the S3 bucket for partner content: location where logs and export output are uploaded to and where drawings are taken from (unless API server is specified). If set, it overrides the default content bucket associated to partner app id.

APIServer - Specifies the API server to read/write drawing files from/to. If set, it overrides the default API server associated to partner app id or passed by editor "server" parameter.

iconsPath - Specifies a custom http(s) icon path to load icons for UI from. If set, all standard icons used in Kudo editor will be tried to be loaded from that location.

saveDwgVersion - Overrides the dwg version the drawing should be saved in on SAVE and autosave. Supported values: 2018/2013/2010/2007/2004/2000/R14/R13/R12

saveFormat - Overrides the format the drawing should be saved in on SAVE and autosave. Supported values: dwg/dxf/dxb

showUnsupportedBrowserWarning - Optional tag. It specifies if Kudo should show a warning about unsupported browser on load. The default value if not specified is true.

 

Related content

Customization Deployments
Customization Deployments
More like this
ARES Kudo Server Configuration
ARES Kudo Server Configuration
More like this
Windows: Debug modules/plugins
Windows: Debug modules/plugins
Read with this
ARES Kudo Editor Customization Guide
ARES Kudo Editor Customization Guide
More like this