lino.modlib.comments

Lino's comments framework. See comments : The comments framework.

Classes

Plugin(site, app_label, app_name, ...)

See Introduction to plugins.

class lino.modlib.comments.Plugin(site, app_label, app_name, app_module, needed_by, configs: dict)

Bases: Plugin

See Introduction to plugins.

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.