move archives from network to channel_home
This commit is contained in:
parent
af3b0146a8
commit
009e03c3ba
@ -89,6 +89,14 @@ function get_features($filtered = true, $level = (-1)) {
|
|||||||
|
|
||||||
t('Channel Home'),
|
t('Channel Home'),
|
||||||
|
|
||||||
|
[
|
||||||
|
'archives',
|
||||||
|
t('Search by Date'),
|
||||||
|
t('Ability to select posts by date ranges'),
|
||||||
|
false,
|
||||||
|
get_config('feature_lock','archives')
|
||||||
|
],
|
||||||
|
|
||||||
[
|
[
|
||||||
'tagadelic',
|
'tagadelic',
|
||||||
t('Tag Cloud'),
|
t('Tag Cloud'),
|
||||||
@ -290,14 +298,6 @@ function get_features($filtered = true, $level = (-1)) {
|
|||||||
|
|
||||||
t('Network'),
|
t('Network'),
|
||||||
|
|
||||||
[
|
|
||||||
'archives',
|
|
||||||
t('Search by Date'),
|
|
||||||
t('Ability to select posts by date ranges'),
|
|
||||||
false,
|
|
||||||
get_config('feature_lock','archives')
|
|
||||||
],
|
|
||||||
|
|
||||||
[
|
[
|
||||||
'savedsearch',
|
'savedsearch',
|
||||||
t('Saved Searches'),
|
t('Saved Searches'),
|
||||||
|
Reference in New Issue
Block a user