From 07c0b6263704c27569c26aa2abce8b12b1ff78b7 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 22 Oct 2021 01:48:33 -0600 Subject: [PATCH] document the page.author property in the UI model --- docs/modules/ROOT/pages/templates.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/modules/ROOT/pages/templates.adoc b/docs/modules/ROOT/pages/templates.adoc index f2c0fce..bba83f6 100644 --- a/docs/modules/ROOT/pages/templates.adoc +++ b/docs/modules/ROOT/pages/templates.adoc @@ -80,6 +80,9 @@ For example, the value of the document attribute named `page-support-phone` can Page attributes can be defined per page in the AsciiDoc document header (e.g., `:page-support-phone: +1 212-555-1234`) or globally in the playbook under the key `asciidoc.attributes`. The `page-` prefix is used to isolate page-related attributes from the numerous other document attributes in AsciiDoc. +| page.author +| The first author of the document, if one or more authors are specified in the AsciiDoc header. + | page.description | The text of the description attribute in the AsciiDoc header, if specified. -- 2.11.0