38 lines
1.7 KiB
XML
38 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
<id>settings</id>
|
|
<name>Nextcloud settings</name>
|
|
<summary>Nextcloud settings</summary>
|
|
<description>Nextcloud settings</description>
|
|
<version>1.1.0</version>
|
|
<licence>agpl</licence>
|
|
<author>Nextcloud</author>
|
|
<namespace>Settings</namespace>
|
|
<default_enable/>
|
|
|
|
<category>customization</category>
|
|
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
|
<dependencies>
|
|
<nextcloud min-version="19" max-version="19"/>
|
|
</dependencies>
|
|
|
|
<settings>
|
|
<admin-section>OCA\Settings\Sections\Admin\Additional</admin-section>
|
|
<admin-section>OCA\Settings\Sections\Admin\Groupware</admin-section>
|
|
<admin-section>OCA\Settings\Sections\Admin\Overview</admin-section>
|
|
<admin-section>OCA\Settings\Sections\Admin\Security</admin-section>
|
|
<admin-section>OCA\Settings\Sections\Admin\Server</admin-section>
|
|
<admin-section>OCA\Settings\Sections\Admin\Sharing</admin-section>
|
|
<personal>OCA\Settings\Settings\Personal\Additional</personal>
|
|
<personal>OCA\Settings\Settings\Personal\PersonalInfo</personal>
|
|
<personal>OCA\Settings\Settings\Personal\ServerDevNotice</personal>
|
|
<personal>OCA\Settings\Settings\Personal\Security\Authtokens</personal>
|
|
<personal>OCA\Settings\Settings\Personal\Security\Password</personal>
|
|
<personal>OCA\Settings\Settings\Personal\Security\TwoFactor</personal>
|
|
<personal-section>OCA\Settings\Sections\Personal\PersonalInfo</personal-section>
|
|
<personal-section>OCA\Settings\Sections\Personal\Security</personal-section>
|
|
<personal-section>OCA\Settings\Sections\Personal\SyncClients</personal-section>
|
|
</settings>
|
|
</info>
|