Skip to content
Snippets Groups Projects
Commit d7fd3ff6 authored by kishiko's avatar kishiko
Browse files

[NEW] Add 'deprecated' tag to existing prefs that have deprecated as a warning

parent 1e7da5b9
No related branches found
No related tags found
Loading
......@@ -1554,6 +1554,7 @@ function prefs_feature_list($partial = false)
'help' => 'Search',
'default' => 'n',
'dbfeatures' => ['mysql_fulltext'],
'tags' => ['deprecated'],
'admin' => 'search',
'view' => 'tiki-searchresults.php',
'module' => 'search',
......
......@@ -16,7 +16,7 @@ function prefs_mobile_list()
'help' => 'Mobile',
'warning' => tra('Deprecated. This feature is no longer under development following the integration of the Bootstrap CSS framework.'),
'type' => 'flag',
'tags' => ['experimental'],
'tags' => ['experimental', 'deprecated'],
'dependencies' => [
'feature_perspective',
],
......
......@@ -49,6 +49,7 @@ function prefs_search_list()
'dependencies' => ['feature_jquery_autocomplete', 'javascript_enabled'],
'warning' => tra('deprecated'),
'default' => 'n',
'tags' => ['deprecated'],
],
'search_show_category_filter' => [
'name' => tra('Category filter'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment