Configuration¶
- comboroles_roles¶
- Type:
dict[str, list[str] | tuple[list[str], bool]]
- Default:
{}
Every item of the confval declares the name of composite role and how they are composited.
The
str
key of dict is the name of composite roles.The value can be
list[str]
with an optionalbool
. Thelist[str]
is a list of existing role name to be composited, see Composite Roles for more details.The optional
bool
is flag ofnested_parse
, indicates whether the Nested Parse function is enabled. If no optional bool is given,nested_parse
is disabled by default.