mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-24 05:42:40 +08:00
Include firstColumn parameter
This commit is contained in:
parent
a48678fd0a
commit
fad9866b41
@ -446,6 +446,7 @@ By default, mark provides several built-in templates and macros:
|
||||
|
||||
* template: `ac:detailssummary` to show summary information from one page on a another page
|
||||
* Headings: Column headings to show
|
||||
* FirstColumn: Name of the Title Column
|
||||
* CQL: The CQL query to discover the pages
|
||||
* SortBy: Sort by a specific column heading
|
||||
|
||||
|
@ -362,6 +362,7 @@ func templates(api *confluence.API) (*template.Template, error) {
|
||||
`ac:detailssummary`: text(
|
||||
`<ac:structured-macro ac:name="detailssummary" ac:schema-version="2">`,
|
||||
`<ac:parameter ac:name="headings">{{ .Headings }}</ac:parameter>`,
|
||||
`<ac:parameter ac:name="firstcolumn">{{ .FirstColumn }}</ac:parameter>`,
|
||||
`<ac:parameter ac:name="sortBy">{{ .SortBy }}</ac:parameter>`,
|
||||
`<ac:parameter ac:name="cql">{{ .CQL }}</ac:parameter>`,
|
||||
`</ac:structured-macro>`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user