diff --git a/README.md b/README.md index 8f942787..17f16501 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pkg/mark/stdlib/stdlib.go b/pkg/mark/stdlib/stdlib.go index d7ae4ce2..5a10ed4d 100644 --- a/pkg/mark/stdlib/stdlib.go +++ b/pkg/mark/stdlib/stdlib.go @@ -362,6 +362,7 @@ func templates(api *confluence.API) (*template.Template, error) { `ac:detailssummary`: text( ``, `{{ .Headings }}`, + `{{ .FirstColumn }}`, `{{ .SortBy }}`, `{{ .CQL }}`, ``,