X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FFeature.php;h=f97a030118f4e01dc4554ea03192464c1fd90a2c;hb=66a1e505e3b66ae6dc4884e8b92418ab827cc082;hp=d594891b85d5366ad46a9902e0f2771ee237afa7;hpb=1ee8cb7380ea09d2498e7346c7d04d2ad1663a16;p=friendica.git diff --git a/src/Content/Feature.php b/src/Content/Feature.php index d594891b85..f97a030118 100644 --- a/src/Content/Feature.php +++ b/src/Content/Feature.php @@ -1,6 +1,6 @@ t('Tag Cloud'), DI::l10n()->t('Provide a personal tag cloud on your profile page'), false, DI::config()->get('feature_lock', 'tagadelic', false)], ['profile_membersince', DI::l10n()->t('Display Membership Date'), DI::l10n()->t('Display membership date in profile'), false, DI::config()->get('feature_lock', 'profile_membersince', false)], ], + + //Advanced Calendar Settings + 'advanced_calendar' => [ + DI::l10n()->t('Advanced Calendar Settings'), + ['public_calendar', DI::l10n()->t('Allow anonymous access to your calendar'), DI::l10n()->t('Allows anonymous visitors to consult your calendar and your public events. Contact birthday events are private to you.'), false, DI::config()->get('feature_lock', 'public_calendar', false)], + ] ]; // removed any locked features and remove the entire category if this makes it empty