move cards from features to apps

This commit is contained in:
Mario Vavti
2018-09-10 13:34:05 +02:00
parent 4bb16b18ed
commit c6abe87ec2
4 changed files with 33 additions and 34 deletions

View File

@@ -118,16 +118,6 @@ function get_features($filtered = true, $level = (-1)) {
feature_level('private_notes',1),
],
[
'cards',
t('Cards'),
t('Create personal planning cards'),
false,
get_config('feature_lock','cards'),
feature_level('cards',1),
],
[
'articles',
t('Articles'),