info.xml 682 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0"?>
  2. <info>
  3. <id>workflowengine</id>
  4. <name>Files workflow engine</name>
  5. <description></description>
  6. <licence>AGPL</licence>
  7. <author>Morris Jobke</author>
  8. <version>1.4.0</version>
  9. <namespace>WorkflowEngine</namespace>
  10. <category>other</category>
  11. <website>https://github.com/nextcloud/server</website>
  12. <bugs>https://github.com/nextcloud/server/issues</bugs>
  13. <repository type="git">https://github.com/nextcloud/server.git</repository>
  14. <types>
  15. <filesystem/>
  16. </types>
  17. <dependencies>
  18. <nextcloud min-version="14" max-version="14" />
  19. </dependencies>
  20. <settings>
  21. <admin-section>OCA\WorkflowEngine\Settings\Section</admin-section>
  22. </settings>
  23. </info>