Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo « theming « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee3126c07819b91326005a3acfc5791e1bebc7de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<info>
	<id>theming</id>
	<name>Theming</name>
	<description>Adjust the Nextcloud theme</description>
	<licence>AGPL</licence>
	<author>Nextcloud</author>
	<version>1.4.0</version>
	<namespace>Theming</namespace>
	<category>other</category>

	<dependencies>
		<nextcloud min-version="13" max-version="13" />
	</dependencies>

	<types>
		<logging/>
	</types>

	<default_enable/>

	<settings>
		<admin>OCA\Theming\Settings\Admin</admin>
		<admin-section>OCA\Theming\Settings\Section</admin-section>
	</settings>

    <repair-steps>
        <post-migration>
            <step>OCA\Theming\Migration\ThemingImages</step>
        </post-migration>
	</repair-steps>
</info>