aboutsummaryrefslogtreecommitdiffstats
path: root/include/features.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-01 01:24:03 -0700
committerfriendica <info@friendica.com>2014-08-01 01:24:03 -0700
commitff8351437eab90786b99b940d31dacd133034f09 (patch)
treef768810c810a0d57127a5629e0fd41b9f4311c7e /include/features.php
parent1199fe415a4fa19f34ca795cba200f795597c29e (diff)
downloadvolse-hubzilla-ff8351437eab90786b99b940d31dacd133034f09.tar.gz
volse-hubzilla-ff8351437eab90786b99b940d31dacd133034f09.tar.bz2
volse-hubzilla-ff8351437eab90786b99b940d31dacd133034f09.zip
make the profile minimal by default. Use features to enable the advanced form.
Diffstat (limited to 'include/features.php')
-rw-r--r--include/features.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/features.php b/include/features.php
index a2698cc72..383cb739f 100644
--- a/include/features.php
+++ b/include/features.php
@@ -24,6 +24,8 @@ function get_features() {
// This is per post, and different from fixed expiration 'expire' which isn't working yet
array('content_expire', t('Content Expiration'), t('Remove posts/comments and/or private messages at a future time')),
array('multi_profiles', t('Multiple Profiles'), t('Ability to create multiple profiles')),
+ array('advanced_profiles', t('Advanced Profiles'), t('Additional profile sections and selections')),
+
array('webpages', t('Web Pages'), t('Provide managed web pages on your channel')),
array('private_notes', t('Private Notes'), t('Enables a tool to store notes and reminders')),
// prettyphoto has licensing issues and will no longer be provided in core -