cards feature

This commit is contained in:
zotlabs
2017-08-23 00:01:02 -07:00
parent 41ff8fdd37
commit e084b776ee
13 changed files with 373 additions and 7 deletions

View File

@@ -117,6 +117,15 @@ function get_features($filtered = true) {
feature_level('private_notes',1),
],
[
'cards',
t('Cards'),
t('Create personal planning cards'),
false,
get_config('feature_lock','cards'),
feature_level('cards',1),
],
[
'nav_channel_select',
t('Navigation Channel Select'),