diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-24 10:13:56 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-24 10:13:56 +0200 |
commit | b45bd901e05db6cb797f83cb9c0276911b965286 (patch) | |
tree | 9a6ee8f2fd71e9468869a97a3def4e444b93d07e | |
parent | 317fd06357e746eed5f53050fe7af277caf78e91 (diff) | |
download | volse-hubzilla-b45bd901e05db6cb797f83cb9c0276911b965286.tar.gz volse-hubzilla-b45bd901e05db6cb797f83cb9c0276911b965286.tar.bz2 volse-hubzilla-b45bd901e05db6cb797f83cb9c0276911b965286.zip |
move categories from tools to editor settings
-rw-r--r-- | include/features.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/include/features.php b/include/features.php index c1d2510de..3feb10fbf 100644 --- a/include/features.php +++ b/include/features.php @@ -190,15 +190,6 @@ function get_features($filtered = true, $level = (-1)) { ], [ - 'categories', - t('Post Categories'), - t('Add categories to your posts'), - false, - get_config('feature_lock','categories'), - feature_level('categories',1), - ], - - [ 'emojis', t('Emoji Reactions'), t('Add emoji reaction ability to posts'), @@ -293,6 +284,15 @@ function get_features($filtered = true, $level = (-1)) { t('Editor'), [ + 'categories', + t('Post Categories'), + t('Add categories to your posts'), + false, + get_config('feature_lock','categories'), + feature_level('categories',1), + ], + + [ 'large_photos', t('Large Photos'), t('Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails'), |