name

This property needs to be set to a human readable name for the plugin. It's what's shown in the UI to show the UI.

Example

from lektor.pluginsystem import Plugin


class MyPlugin(Plugin):
    name = 'My Plugin'

Comments