mirror of
https://github.com/lektor/lektor-website.git
synced 2025-01-31 14:31:29 +01:00
14 lines
313 B
Plaintext
14 lines
313 B
Plaintext
|
title: Plugin
|
||
|
---
|
||
|
type: class
|
||
|
---
|
||
|
module: lektor.pluginsystem
|
||
|
---
|
||
|
summary: Documents the functionality of the plugin base class.
|
||
|
---
|
||
|
body:
|
||
|
|
||
|
This is the baseclass of all plugins in Lektor. It does not just hold
|
||
|
event handlers and similar things, but also provides some helper methods
|
||
|
that are useful for plugins.
|