Allow adding headings to the system list that are just strings
This commit is contained in:
parent
a235041277
commit
49cfb6fe57
2 changed files with 28 additions and 22 deletions
|
@ -47,7 +47,9 @@ class ExampleSystem(System):
|
|||
#
|
||||
|
||||
systems = [
|
||||
"Example Heading 1",
|
||||
ExampleSystem("Example System 1", "Description text ..."),
|
||||
"Example Heading 2",
|
||||
ExampleSystem("Example System 2", "Another description text ...")
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue