Show More
@@ -595,12 +595,13 b' class DbManage(object):' | |||||
595 | # Visual |
|
595 | # Visual | |
596 | ('show_public_icon', True, 'bool'), |
|
596 | ('show_public_icon', True, 'bool'), | |
597 | ('show_private_icon', True, 'bool'), |
|
597 | ('show_private_icon', True, 'bool'), | |
598 |
('stylify_metatags', |
|
598 | ('stylify_metatags', True, 'bool'), | |
599 | ('dashboard_items', 100, 'int'), |
|
599 | ('dashboard_items', 100, 'int'), | |
600 | ('admin_grid_items', 25, 'int'), |
|
600 | ('admin_grid_items', 25, 'int'), | |
601 |
|
601 | |||
602 | ('markup_renderer', 'markdown', 'unicode'), |
|
602 | ('markup_renderer', 'markdown', 'unicode'), | |
603 |
|
603 | |||
|
604 | ('repository_fields', True, 'bool'), | |||
604 | ('show_version', True, 'bool'), |
|
605 | ('show_version', True, 'bool'), | |
605 | ('show_revision_number', True, 'bool'), |
|
606 | ('show_revision_number', True, 'bool'), | |
606 | ('show_sha_length', 12, 'int'), |
|
607 | ('show_sha_length', 12, 'int'), |
General Comments 0
You need to be logged in to leave comments.
Login now