...
This type can be used to show a list of objects as a table. In conjunction with a the ELO Maps this can represent tables with columns and a given list of lines.
Code Block |
---|
- label: 'Taxes' key: 'TAX_AMOUNT*' type: 'table' allowMarkup: markdown columns: - Net Amount - VAT in % - VAT in € showInTableHeader: false showInDetailList: true |
Download
type: download
This type will show a download button for the linked document (next to possibly defined actions). This type is only effective if the entry is connected to a document (currently only possible for entries coming from ELO sources). For this type the configuration value key
has no effect - it will therefore be ignored.
...