Foo Help
Arguments are in config format syntax, before a line consisting of '----'.
Non-argument content is anything following the ---- line. It can be
retrieved from the block data using the following sequence (in the processor
python code):
conf_map = req.parse_conf(content)
nonarg_content = conf_map.get("nonarg_content", "")
Processor arguments are:
- foo
- bar
Example usage:
{{{#!Foo
foo=hello
bar=world
----
This is additional content
}} }
Back to page: System_Info