move archives from network to channel_home

This commit is contained in:
Mario 2018-10-03 11:47:12 +02:00
parent af3b0146a8
commit 009e03c3ba

View File

@ -89,6 +89,14 @@ function get_features($filtered = true, $level = (-1)) {
t('Channel Home'),
[
'archives',
t('Search by Date'),
t('Ability to select posts by date ranges'),
false,
get_config('feature_lock','archives')
],
[
'tagadelic',
t('Tag Cloud'),
@ -290,14 +298,6 @@ function get_features($filtered = true, $level = (-1)) {
t('Network'),
[
'archives',
t('Search by Date'),
t('Ability to select posts by date ranges'),
false,
get_config('feature_lock','archives')
],
[
'savedsearch',
t('Saved Searches'),