From: Dan Allen Date: Fri, 22 Oct 2021 07:48:33 +0000 (-0600) Subject: document the page.author property in the UI model X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=07c0b6263704c27569c26aa2abce8b12b1ff78b7;p=eg-antora.git document the page.author property in the UI model --- 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.