Skip to content
Snippets Groups Projects
info.xml 1.03 KiB
Newer Older
  • Learn to ignore specific revisions
  • jaapjansma's avatar
    jaapjansma committed
    <?xml version="1.0"?>
    <extension key="form-processor" type="module">
      <file>form_processor</file>
      <name>Form Processor</name>
      <description>The form processor gives you the ability to define busines logic in de the user interface to handle form submissions.</description>
      <license>AGPL-3.0</license>
      <maintainer>
        <author>Jaap Jansma</author>
        <email>jaap.jansma@civicoop.org</email>
      </maintainer>
      <urls>
        <url desc="Main Extension Page">https://lab.civicrm.org/jaapjansma/form-procesor</url>
        <url desc="Documentation">https://lab.civicrm.org/jaapjansma/form-procesor/README.md</url>
        <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
      </urls>
      <releaseDate>2018-02-08</releaseDate>
      <version>1.0</version>
      <develStage>alpha</develStage>
      <compatibility>
        <ver>4.7</ver>
      </compatibility>
      <comments>This is a module in prototype stage</comments>
    
      <classloader>
        <psr4 prefix="Civi\" path="Civi" />
    	</classloader>
    
    jaapjansma's avatar
    jaapjansma committed
      <civix>
        <namespace>CRM/FormProcessor</namespace>
      </civix>
    </extension>