nextcloud/apps/workflowengine/appinfo/info.xml

30 lines
871 B
XML
Raw Normal View History

2016-07-26 12:16:34 +03:00
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
2016-07-26 12:16:34 +03:00
<id>workflowengine</id>
<name>Files workflow engine</name>
<summary>Files workflow engine</summary>
<description>Files workflow engine</description>
<version>1.8.0</version>
<licence>agpl</licence>
<author>Morris Jobke</author>
2016-07-26 12:16:34 +03:00
<namespace>WorkflowEngine</namespace>
<types>
<filesystem/>
</types>
<category>files</category>
<website>https://github.com/nextcloud/server</website>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<repository>https://github.com/nextcloud/server.git</repository>
2016-07-26 12:16:34 +03:00
<dependencies>
<nextcloud min-version="18" max-version="18"/>
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>