##// END OF EJS Templates
expand active_types help string
MinRK -
Show More
@@ -60,7 +60,11 b' class DisplayFormatter(Configurable):'
60 self.active_types = self.format_types
60 self.active_types = self.format_types
61
61
62 active_types = List(Unicode, config=True,
62 active_types = List(Unicode, config=True,
63 help="""List of currently active mime-types""")
63 help="""List of currently active mime-types to display.
64 You can use this to set a white-list for formats to display.
65
66 Most users will not need to change this value.
67 """)
64 def _active_types_default(self):
68 def _active_types_default(self):
65 return self.format_types
69 return self.format_types
66
70
General Comments 0
You need to be logged in to leave comments. Login now