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 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839
  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>2.1.0</version>
  9. <licence>agpl</licence>
  10. <author>Nextcloud</author>
  11. <namespace>Theming</namespace>
  12. <types>
  13. <logging/>
  14. </types>
  15. <category>customization</category>
  16. <bugs>https://github.com/nextcloud/server/issues</bugs>
  17. <dependencies>
  18. <nextcloud min-version="26" max-version="26"/>
  19. </dependencies>
  20. <settings>
  21. <admin>OCA\Theming\Settings\Admin</admin>
  22. <admin-section>OCA\Theming\Settings\AdminSection</admin-section>
  23. <personal>OCA\Theming\Settings\Personal</personal>
  24. <personal-section>OCA\Theming\Settings\PersonalSection</personal-section>
  25. </settings>
  26. <repair-steps>
  27. <pre-migration>
  28. <step>OCA\Theming\Migration\MigrateUserConfig</step>
  29. </pre-migration>
  30. </repair-steps>
  31. <commands>
  32. <command>OCA\Theming\Command\UpdateConfig</command>
  33. </commands>
  34. </info>