lino.modlib.comments¶
Lino's comments framework. See comments : The comments framework.
Classes
|
- class lino.modlib.comments.Plugin(site, app_label, app_name, app_module, needed_by, configs: dict)¶
Bases:
Plugin
- emotion_range = 'business'¶
Which range of emotion icons to provide. Either "business" or "social".
- private_default = True¶
Whether comments are private by default.
The default value for the
lino.modlib.comments.Comment.private
field.