move categories from tools to editor settings
This commit is contained in:
parent
317fd06357
commit
b45bd901e0
@ -189,15 +189,6 @@ function get_features($filtered = true, $level = (-1)) {
|
|||||||
feature_level('commtag',1),
|
feature_level('commtag',1),
|
||||||
],
|
],
|
||||||
|
|
||||||
[
|
|
||||||
'categories',
|
|
||||||
t('Post Categories'),
|
|
||||||
t('Add categories to your posts'),
|
|
||||||
false,
|
|
||||||
get_config('feature_lock','categories'),
|
|
||||||
feature_level('categories',1),
|
|
||||||
],
|
|
||||||
|
|
||||||
[
|
[
|
||||||
'emojis',
|
'emojis',
|
||||||
t('Emoji Reactions'),
|
t('Emoji Reactions'),
|
||||||
@ -292,6 +283,15 @@ function get_features($filtered = true, $level = (-1)) {
|
|||||||
|
|
||||||
t('Editor'),
|
t('Editor'),
|
||||||
|
|
||||||
|
[
|
||||||
|
'categories',
|
||||||
|
t('Post Categories'),
|
||||||
|
t('Add categories to your posts'),
|
||||||
|
false,
|
||||||
|
get_config('feature_lock','categories'),
|
||||||
|
feature_level('categories',1),
|
||||||
|
],
|
||||||
|
|
||||||
[
|
[
|
||||||
'large_photos',
|
'large_photos',
|
||||||
t('Large Photos'),
|
t('Large Photos'),
|
||||||
|
Reference in New Issue
Block a user