diff --git a/config/vufind/config.ini b/config/vufind/config.ini index 7a861cd36527df693404a69d934f7b275b5753d7..6118d229295f48260bf952eded621be0a93baded 100644 --- a/config/vufind/config.ini +++ b/config/vufind/config.ini @@ -1053,12 +1053,6 @@ treeSearchLimit = 100 ;sender_email = "noreply@vufind.org" ;sender_name = "VuFind Feedback" -; This section allows configuration of VuFind's social features -[Social] -; This controls the maximum length of a single tag; it should correspond with the -; field size in the tags database table. -max_tag_length = 64 - ; Uncomment this section and provide your API key to enable Google Analytics. Be ; sure to set the "universal" setting to true once your account is upgraded to ; Universal Analytics; see: @@ -1112,3 +1106,6 @@ lists = enabled ; Tags may be "enabled" or "disabled" (default = "enabled") ; When disabling tags, don't forget to also turn off tag search in searches.ini. tags = enabled +; This controls the maximum length of a single tag; it should correspond with the +; field size in the tags database table. +max_tag_length = 64