Historical note
The content types in FeinCMS
had ways to process requests and responses themselves, the
.process() and .finalize() methods. feincms3 plugins do not
offer this. The feincms3 way to achieve the same thing is by using
:ref:`apps <apps-and-instances>` or by adding the functionality in
your own views (which are much simpler than the view in FeinCMS was).
.. automodule:: feincms3.plugins.external :members:
.. automodule:: feincms3.plugins.html :members:
.. automodule:: feincms3.plugins.image :members:
.. automodule:: feincms3.plugins.richtext :members:
.. automodule:: feincms3.plugins.snippet :members:
.. automodule:: feincms3.plugins.old_richtext :members: