Open ocervell opened 1 month ago
Register those hooks keys based on the instance output_types getattr(self, 'output_types', []) instead of on_item which is a bit too broad.
output_types
getattr(self, 'output_types', [])
on_item
Register those hooks keys based on the instance
output_types
getattr(self, 'output_types', [])
instead ofon_item
which is a bit too broad.