1
0
mirror of https://github.com/lektor/lektor-website.git synced 2025-03-08 14:36:40 +01:00

14 lines
313 B
Plaintext
Raw Normal View History

2015-12-19 14:52:17 +01:00
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.