There are several different ways that you can customize the Explorer
configuration items. The Explorer configuration file is called
web-client-config-custom.xml.
-
Modify the Explorer configuration file in the
<extension> directory.
- Open the <extension>\web-client-config-custom.xml file.
- Uncomment any <config> items that you want to enable.
- Save the file.
-
Modify the Explorer configuration file in the repository.
- Browse to the following space: Company Home > Data Dictionary > Web Client Extensions.
- Open the web-client-config-custom.xml file.
- Uncomment any <config> items that you want to enable.
-
Save the file.
Use this method to edit a file directly in the repository and then to reload it using the Explorer. This means that you do not have to restart the server and applies versions to the configuration changes.
-
Modify the Explorer configurations within an AMP file.
- Open the module-context.xml file.
-
Add the following bean definition:
<bean id="myModule_configBootstrap" class="org.alfresco.web.config.WebClientConfigBootstrap" init-method="init"> <property name="configs"> <list> <value>classpath:alfresco/module/myModuleId/my-web-client-custom.xml</value> </list> </property> </bean>
- Save the file.