From 69dcc66b8a8b6b3617db229fc11e29053c267a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 22 Apr 2019 11:10:09 +0200 Subject: [PATCH] doc: label --- doc/f00bar-modules.5.scd | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/doc/f00bar-modules.5.scd b/doc/f00bar-modules.5.scd index fde36e0..37805cc 100644 --- a/doc/f00bar-modules.5.scd +++ b/doc/f00bar-modules.5.scd @@ -17,7 +17,7 @@ representing tag values. The simplest one is the _string_ particle, which renders a text representation of the tag value. See *f00bar-particles*(5). -# FORMAT +# GENERIC CONFIGURATION Each module defines its own configuration format. However, the following attributes are supported by all modules: @@ -310,6 +310,29 @@ bar: current: { string: {text: "{application}: {title}"}} ``` +# LABEL + +This module renders the provided _content_ particle, but provides no +additional data. + +## TAGS + +None + +## CONFIGURATION + +No additional attributes supported, only the generic ones (see +*GENERIC CONFIGURATION*) + +## EXAMPLES + +``` +bar: + left: + - label: + content: {string: {text: hello world}} +``` + # SEE ALSO *f00bar-particles*(5), *f00bar-tags*(5), *f00bar-decorations*(5)