Skip to content
Snippets Groups Projects
info.xml 1.27 KiB
Newer Older
aly2191's avatar
aly2191 committed
<?xml version="1.0"?>
<extension key="nbrgeneralobservation" type="module">
    <file>nbrgeneralobservation</file>
    <name>General Observations</name>
    <description>Extension to add a general observation tab to contact screens</description>
    <license>AGPL-3.0</license>
    <maintainer>
        <author>Aly Dunbar</author>
        <email>ad2191@bioresource.nihr.ac.uk</email>
    </maintainer>
    <urls>
        <url desc="Main Extension Page">http://FIXME</url>
        <url desc="Documentation">http://FIXME</url>
        <url desc="Support">http://FIXME</url>
        <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
    </urls>
    <releaseDate>2022-09-07</releaseDate>
    <version>1.02</version>
    <develStage>alpha</develStage>
    <compatibility>
        <ver>5.0</ver>
    </compatibility>
    <comments>This is a new, undeveloped module</comments>
    <classloader>
        <psr4 prefix="Civi\" path="Civi"/>
    </classloader>
    <civix>
        <namespace>CRM/Nbrgeneralobservation</namespace>
        <format>22.05.2</format>
        <angularModule>crmNbrgeneralobservation</angularModule>
    </civix>
    <mixins>
        <mixin>mgd-php@1.0.0</mixin>
        <mixin>setting-php@1.0.0</mixin>
        <mixin>menu-xml@1.0.0</mixin>
    </mixins>
aly2191's avatar
aly2191 committed
</extension>