length_config_setting.sql
342 Bytes
INSERT INTO `config_settings` (group_name, display_name, description, item, value, default_value, type, options, can_edit) VALUES
('browse', 'Truncate Document and Folder Titles in Browse View', 'Defines the length of the document or folder title displayed in the
browse view.', 'titleCharLength', 'default', '40', 'numeric_string', '', 1);