summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-04-03 17:23:30 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-04-03 17:23:30 +0200
commit7df5447c251330227649ae6609e48d8b0dabe68e (patch)
tree85633c83f70dc8891424058dfaa02bd67edae206 /appinfo
parent3fd93f23f5f51eb381b257cfe1578da4c04850d1 (diff)
Register contactsmenu provider via info.xml
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 03ca2f64..51c01de7 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -26,4 +26,7 @@
<nextcloud min-version="9" max-version="12" />
</dependencies>
<ocsid>168708</ocsid>
+ <contactsmenu>
+ <provider>OCA\Contacts\ContactsMenu\Providers\DetailsProvider</provider>
+ </contactsmenu>
</info>