Customizing application templates
Customize applications templates by copying a templates directory, customizing the presentation templates and editing your collection configuration to point to your custom templates.
Procedure
- Navigate to the [LCC_home]/content-service/templates/FullSupport/etc/ folder.
- Modify one or more of the presentation templates to fit your collection's specific needs.
- Open the [LCC_home]/content-service/config/application.yml file for editing.
- If you have modified presentation templates for XSL styles, skins or menus, find the object/key value pair
app.docs_rootand set its value to templates/FullSupport/etc/. - If you have modified presentation templates for HTTP docs, find the object/key value pair
app.httpd_rootand set its value to templates/FullSupport/httpdocs/ - Save and close [LCC_home]/content-service/config/application.yml.