Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo « workflowengine « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1c069ca5432cbac75917cd8cdb5bfe6b82440269 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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.4.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="14" max-version="14" />
	</dependencies>

	<settings>
		<admin-section>OCA\WorkflowEngine\Settings\Section</admin-section>
	</settings>
</info>