Extensions¶
The extensions
element enables to declare the extensions the project requires to work. Extensions are optional libraries
for NeoMAD. See the extension documentation to have more details about what is an extension.
<extensions>
<extension path="@system/Agenda" />
</extensions>
Several extensions can be added at the same time using as many extension
tag as necessary. Note that to use an extension
provided by NeoMAD, the path
attribute must always begin by @system/
followed by the name of the extension.
To have a complete list of the available extensions, please refer to the extension documentation.