##// END OF EJS Templates
expand active_types help string
MinRK -
Show More
@@ -60,7 +60,11 b' class DisplayFormatter(Configurable):'
60 60 self.active_types = self.format_types
61 61
62 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 68 def _active_types_default(self):
65 69 return self.format_types
66 70
General Comments 0
You need to be logged in to leave comments. Login now