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)