]> git.mxchange.org Git - friendica.git/blobdiff - include/features.php
Merge pull request #2767 from tobiasd/20160906-credits
[friendica.git] / include / features.php
index 87a9b46d5ab71dbd5e995cfb65fff58d7d45d7c3..b3e3454b17d667b6a61a67730dffb3c367b563fd 100644 (file)
@@ -64,6 +64,7 @@ function get_features($filtered = true) {
                        //array('expire',         t('Content Expiration'),              t('Remove old posts/comments after a period of time')),
                        array('multi_profiles', t('Multiple Profiles'),                 t('Ability to create multiple profiles'), false, get_config('feature_lock','multi_profiles')),
                        array('photo_location', t('Photo Location'),                    t('Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map.'), false, get_config('feature_lock','photo_location')),
+                       array('export_calendar', t('Export Public Calendar'),           t('Ability for visitors to download the public calendar'), false, get_config('feature_lock','export_calendar')),
                ),
 
                // Post composition