move *_list_mode to features

This commit is contained in:
Mario Vavti
2018-10-04 20:48:22 +02:00
parent e89a84608f
commit 6e03104e3e
5 changed files with 18 additions and 10 deletions

View File

@@ -103,6 +103,14 @@ function get_features($filtered = true, $level = (-1)) {
t('Provide a personal tag cloud on your channel page'),
false,
get_config('feature_lock','tagadelic'),
],
[
'channel_list_mode',
t('Use blog/list mode'),
t('Comments will be displayed separately'),
false,
get_config('feature_lock','channel_list_mode'),
]
],
@@ -360,6 +368,14 @@ function get_features($filtered = true, $level = (-1)) {
t('Show friend and connection suggestions'),
false,
get_config('feature_lock','suggest')
],
[
'network_list_mode',
t('Use blog/list mode'),
t('Comments will be displayed separately'),
false,
get_config('feature_lock','network_list_mode'),
]
],