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

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2ab92a97..90be4718 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -20,6 +20,16 @@ The First run wizard can be customized to meet specific design goals, or to chan
<dependencies>
<nextcloud min-version="14" max-version="14" />
</dependencies>
+ <navigations>
+ <navigation>
+ <id>firstrunwizard-about</id>
+ <name>About</name>
+ <route>#about</route>
+ <order>5</order>
+ <icon>info.svg</icon>
+ <type>settings</type>
+ </navigation>
+ </navigations>
<settings>
<personal>OCA\FirstRunWizard\Settings\Personal</personal>
</settings>