nextcloud/apps/workflowengine/appinfo/info.xml

28 lines
682 B
XML
Raw Normal View History

2016-07-26 12:16:34 +03:00
<?xml version="1.0"?>
<info>
<id>workflowengine</id>
<name>Files workflow engine</name>
2016-07-26 12:16:34 +03:00
<description></description>
<licence>AGPL</licence>
<author>Morris Jobke</author>
<version>1.3.0</version>
2016-07-26 12:16:34 +03:00
<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="13" max-version="13" />
2016-07-26 12:16:34 +03:00
</dependencies>
2016-08-19 18:44:24 +03:00
<settings>
<admin-section>OCA\WorkflowEngine\Settings\Section</admin-section>
</settings>
2016-07-26 12:16:34 +03:00
</info>