Anchor | ||||
---|---|---|---|---|
|
Table of Contents | ||
---|---|---|
|
Overview
Additional files can be added to the installer to be copied into the Yellowfin web app. This can be used to add extra html or jsp files, for example for use as custom headers and footers, or any other files that you want to be included in the web app. Please note that custom css and image files should be added using the process outlined in Adding Custom Styles.
...
Add these files to the installer archive:
Code Block | ||||
---|---|---|---|---|
| ||||
resources/header.html
resources/footer.html
|
Then set these installer properties:
Code Block | ||||
---|---|---|---|---|
| ||||
action.files.0=resources/header.html
action.files.0.apppath=includes/header.html
action.files.1=resources/footer.html
action.files.1.apppath=includes/footer.html
|
In this example, the files header.html
and footer.html
will both be copied into the includes
directory in the Yellowfin web app.