Panel | ||
---|---|---|
| ||
This section describes how custom summary pages are created.
What does this section cover?
|
Create Custom Summary Pages
For an introduction to summary pages, go to Summary PagesDeveloping summary pages (Deprecated).
To create a new custom summary page, you need to create a single XML file under <custom_project>/web/WebContent/pages/summary/<module_name>.
Create New Summary Pages
If the new summary page will not be used to override a release summary functionality must have a unique file path.
...
Expand | |||||||
---|---|---|---|---|---|---|---|
| |||||||
|
Customise Existing Summary Pages
If the new summary page will be used to override a release summary page, must follow this naming convention: <page_filename>Custom.xml and must be defined in templates properties file.
...
Expand | |||||||
---|---|---|---|---|---|---|---|
| |||||||
|
Templates Properties File
The templates properties file (templates.properties) is used for defining the default summary page, generally or per community, when one or more custom summary pages exist per release summary page. Templates properties file must be created under <custom_project>/web/WebContent/pages/summary.
...