28 lines
682 B
XML
28 lines
682 B
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>workflowengine</id>
|
|
<name>Files workflow engine</name>
|
|
<description></description>
|
|
<licence>AGPL</licence>
|
|
<author>Morris Jobke</author>
|
|
<version>1.2.0</version>
|
|
<namespace>WorkflowEngine</namespace>
|
|
|
|
<category>other</category>
|
|
<website>https://github.com/nextcloud/server</website>
|
|
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
|
<repository type="git">https://github.com/nextcloud/server.git</repository>
|
|
|
|
<types>
|
|
<filesystem/>
|
|
</types>
|
|
|
|
<dependencies>
|
|
<nextcloud min-version="12" max-version="12" />
|
|
</dependencies>
|
|
|
|
<settings>
|
|
<admin-section>OCA\WorkflowEngine\Settings\Section</admin-section>
|
|
</settings>
|
|
</info>
|