X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FFeature.php;h=f97a030118f4e01dc4554ea03192464c1fd90a2c;hb=739b6d6533fb54b1d7e6a641242c0103d73c487e;hp=d594891b85d5366ad46a9902e0f2771ee237afa7;hpb=4e45987f74ccbe61a53c711317c2e45894435ece;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