1234567891011121314151617181920212223242526272829 |
- <?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.6.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="16" max-version="16"/>
- </dependencies>
- <settings>
- <admin-section>OCA\WorkflowEngine\Settings\Section</admin-section>
- </settings>
- </info>
|