Configuration¶
Users are expected to configure their extension modules in TOML as an array of tables with the final sub-table name referring to a plugin. For example:
[[project.extensions.spam]]
...
[[project.extensions.example]]
...
[[project.extensions.example]]
...
[[project.extensions.foo]]
...
Last update: June 12, 2022