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