diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-09-27 22:36:14 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-09-27 22:36:14 +0200 |
commit | c6f78fbe43dbe3f6875b72b34592bde25fc78d0b (patch) | |
tree | 2684fc40a1c53fde8a2bd94195f7f7f57d2f094f /apps/calendar/appinfo/info.xml | |
parent | 61aa00899d33a3b9706cf321555405fedf044775 (diff) | |
download | nextcloud-server-c6f78fbe43dbe3f6875b72b34592bde25fc78d0b.tar.gz nextcloud-server-c6f78fbe43dbe3f6875b72b34592bde25fc78d0b.zip |
Add flag in info.xml to control the apps that are installed by default
Diffstat (limited to 'apps/calendar/appinfo/info.xml')
-rw-r--r-- | apps/calendar/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/calendar/appinfo/info.xml b/apps/calendar/appinfo/info.xml index c846fc1eebc..6b1ecd2337f 100644 --- a/apps/calendar/appinfo/info.xml +++ b/apps/calendar/appinfo/info.xml @@ -7,4 +7,5 @@ <author>Georg Ehrke (Userinterface), Jakob Sack</author> <require>2</require> <description>Calendar with CalDAV support</description> + <default_enable/> </info> |