nextcloud/apps/workflowengine/appinfo/info.xml

30 lines
871 B
XML

<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<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>
<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>
<dependencies>
<nextcloud min-version="18" max-version="18"/>
</dependencies>
<settings>
<admin-section>OCA\WorkflowEngine\Settings\Section</admin-section>
</settings>
</info>