settings for channel home

This commit is contained in:
Mario Vavti
2018-09-28 11:29:05 +02:00
parent 44bb070203
commit 20285d076b
3 changed files with 58 additions and 10 deletions

View File

@@ -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'),
]
],