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 868B

12345678910111213141516171819202122232425262728293031
  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>theming</id>
  5. <name>Theming</name>
  6. <summary>Adjust the Nextcloud theme</summary>
  7. <description>Adjust the Nextcloud theme</description>
  8. <version>1.15.0</version>
  9. <licence>agpl</licence>
  10. <author>Nextcloud</author>
  11. <namespace>Theming</namespace>
  12. <default_enable/>
  13. <types>
  14. <logging/>
  15. </types>
  16. <category>customization</category>
  17. <bugs>https://github.com/nextcloud/server/issues</bugs>
  18. <dependencies>
  19. <nextcloud min-version="24" max-version="24"/>
  20. </dependencies>
  21. <settings>
  22. <admin>OCA\Theming\Settings\Admin</admin>
  23. <admin-section>OCA\Theming\Settings\Section</admin-section>
  24. </settings>
  25. <commands>
  26. <command>OCA\Theming\Command\UpdateConfig</command>
  27. </commands>
  28. </info>