You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

info.xml 871B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0"?>
  2. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  4. <id>workflowengine</id>
  5. <name>Files workflow engine</name>
  6. <summary>Files workflow engine</summary>
  7. <description>Files workflow engine</description>
  8. <version>1.6.0</version>
  9. <licence>agpl</licence>
  10. <author>Morris Jobke</author>
  11. <namespace>WorkflowEngine</namespace>
  12. <types>
  13. <filesystem/>
  14. </types>
  15. <category>files</category>
  16. <website>https://github.com/nextcloud/server</website>
  17. <bugs>https://github.com/nextcloud/server/issues</bugs>
  18. <repository>https://github.com/nextcloud/server.git</repository>
  19. <dependencies>
  20. <nextcloud min-version="16" max-version="16"/>
  21. </dependencies>
  22. <settings>
  23. <admin-section>OCA\WorkflowEngine\Settings\Section</admin-section>
  24. </settings>
  25. </info>