lektor / lektor-website

The main lektor website.
https://www.getlektor.com/
Other
160 stars 134 forks source link

Document use of SingleInputType base class #365

Closed dairiki closed 1 year ago

dairiki commented 1 year ago

Document that if one wants the addon_label field option to work with their custom single-line type, it should inherit from lektor.types.primitives.SingleInputType rather than directly from lektor.types.base.Type. (See lektor/lektor#1089.)

Fixes #357.