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.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0"?>
  2. <!--
  3. - SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
  4. - SPDX-License-Identifier: AGPL-3.0-or-later
  5. -->
  6. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  7. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  8. <id>theming</id>
  9. <name>Theming</name>
  10. <summary>Adjust the Nextcloud theme</summary>
  11. <description>Adjust the Nextcloud theme</description>
  12. <version>2.5.0</version>
  13. <licence>agpl</licence>
  14. <author>Nextcloud</author>
  15. <namespace>Theming</namespace>
  16. <types>
  17. <logging/>
  18. </types>
  19. <category>customization</category>
  20. <bugs>https://github.com/nextcloud/server/issues</bugs>
  21. <dependencies>
  22. <nextcloud min-version="30" max-version="30"/>
  23. </dependencies>
  24. <settings>
  25. <admin>OCA\Theming\Settings\Admin</admin>
  26. <admin-section>OCA\Theming\Settings\AdminSection</admin-section>
  27. <personal>OCA\Theming\Settings\Personal</personal>
  28. <personal-section>OCA\Theming\Settings\PersonalSection</personal-section>
  29. </settings>
  30. <repair-steps>
  31. <post-migration>
  32. <step>OCA\Theming\Migration\InitBackgroundImagesMigration</step>
  33. </post-migration>
  34. </repair-steps>
  35. <commands>
  36. <command>OCA\Theming\Command\UpdateConfig</command>
  37. </commands>
  38. </info>