diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-03-13 10:45:24 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-03-13 13:09:27 +0300 |
commit | a03a2b613f5d36de5617c50e76cced95fda188ac (patch) | |
tree | 1cf01f2c16d64f0052dc1fab99490ef1b334a96b /etc | |
parent | 962c725f9fba6b7b4803f31dbcd497169b237f57 (diff) |
Add search-description configuration option
Diffstat (limited to 'etc')
-rw-r--r-- | etc/brep-module.conf | 7 | ||||
-rw-r--r-- | etc/private/install/brep-module.conf | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/etc/brep-module.conf b/etc/brep-module.conf index 654c260..d5a5e78 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -14,6 +14,13 @@ # search-title Packages +# Package search page description. If specified, it is displayed before the +# search form on the first page only. The value is treated as an XHTML5 +# fragment. +# +# search-description "" + + # Web page logo. It is displayed in the page header aligned to the left edge. # The value is treated as an XHTML5 fragment. # diff --git a/etc/private/install/brep-module.conf b/etc/private/install/brep-module.conf index 01bba63..bfaa8f6 100644 --- a/etc/private/install/brep-module.conf +++ b/etc/private/install/brep-module.conf @@ -14,6 +14,13 @@ # search-title Packages +# Package search page description. If specified, it is displayed before the +# search form on the first page only. The value is treated as an XHTML5 +# fragment. +# +# search-description "" + + # Web page logo. It is displayed in the page header aligned to the left edge. # The value is treated as an XHTML5 fragment. # |