Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

This function is avaliable in version 5.0 and later.

Overview

The function will enable a menu option to download and a page for the actual download.

...

Configuration

Configuration is controlled by profile.config.

Code Block
<!-- allow to download parts from catalogues, catalogues from parts and documentation from catalogues -->
<DownloadPresentationSetting  download-part-from-catalogue="true" download-catalogue-from-part="true" download-documentation-from-catalogue="true">
	<!-- Part template -->
	<PartTemplateFile xml-file-name="" xlsx-file-name="UploadPartsTemplate.xlsx" csv-file-name="UploadPartsTemplate.csv"/>
	<!--Catalogue template -->
	<CatalogueTemplateFile xml-file-name="" xlsx-file-name="UploadCataloguesTemplate.xlsx" csv-file-name="UploadCataloguesTemplate.csv"/>
	<!-- Image to be used as hero image -->
	<HeaderImage>Download_header.jpg</HeaderImage>
</DownloadPresentationSetting>

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1ecd09
showSpacefalse
sortmodified
typepage
reversetrue
labelsdownload catalogues parts documents
cqllabel in ( "parts" , "catalogues" , "download" , "documents" ) and type = "page" and space = "ASKB"
Page Properties
hiddentrue

Related issues