diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-05 23:42:38 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-05 23:42:38 +0200 |
commit | b462795be297f2428c70d5e6a657c04125b028ec (patch) | |
tree | 60c4f0c0012ec463939f732c6b6f4ee2a3a13b59 /apps/contacts/appinfo | |
parent | 565e02d061001524658b0ff0c722e4eac0b657ba (diff) | |
download | nextcloud-server-b462795be297f2428c70d5e6a657c04125b028ec.tar.gz nextcloud-server-b462795be297f2428c70d5e6a657c04125b028ec.zip |
added a nice API to get the installes Apps with names, urls and icon from the outside.
This is useful for some nice upcoming desktop and mobile integration
Diffstat (limited to 'apps/contacts/appinfo')
-rw-r--r-- | apps/contacts/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/contacts/appinfo/info.xml b/apps/contacts/appinfo/info.xml index 55ddf42ccc1..4d2fe383723 100644 --- a/apps/contacts/appinfo/info.xml +++ b/apps/contacts/appinfo/info.xml @@ -6,5 +6,6 @@ <author>Jakob Sack</author> <require>2</require> <description>Address book with CardDAV support.</description> + <standalone/> <default_enable/> </info> |