aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-09-28 13:05:44 +0200
committerMario <mario@mariovavti.com>2018-09-28 13:05:44 +0200
commit27fef98a390b7dfb14c25c3ad7da456db670e607 (patch)
tree8015b1acd1a069d59981d988799031413a8fc64b /include
parent41108fc4d33d86f895492a4514acbe647ed30435 (diff)
parentd7a20821c3b5920715384e1256315fdddd4ba96b (diff)
downloadvolse-hubzilla-27fef98a390b7dfb14c25c3ad7da456db670e607.tar.gz
volse-hubzilla-27fef98a390b7dfb14c25c3ad7da456db670e607.tar.bz2
volse-hubzilla-27fef98a390b7dfb14c25c3ad7da456db670e607.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'include')
-rw-r--r--include/features.php21
1 files changed, 13 insertions, 8 deletions
diff --git a/include/features.php b/include/features.php
index d10046fd6..ccf3c5faf 100644
--- a/include/features.php
+++ b/include/features.php
@@ -85,6 +85,19 @@ function get_features($filtered = true, $level = (-1)) {
],
+ 'channel_home' => [
+
+ t('Channel Home'),
+
+ [
+ 'tagadelic',
+ t('Tag Cloud'),
+ t('Provide a personal tag cloud on your channel page'),
+ false,
+ get_config('feature_lock','tagadelic'),
+ ]
+ ],
+
'connections' => [
t('Connections'),
@@ -140,14 +153,6 @@ function get_features($filtered = true, $level = (-1)) {
t('Ability to mark special posts with a star indicator'),
false,
get_config('feature_lock','star_posts'),
- ],
-
- [
- 'tagadelic',
- t('Tag Cloud'),
- t('Provide a personal tag cloud on your channel page'),
- false,
- get_config('feature_lock','tagadelic'),
]
],