Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.03 KB

File metadata and controls

56 lines (35 loc) · 1.03 KB

Plugins (feincms3.plugins)

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).

External

.. automodule:: feincms3.plugins.external
   :members:


HTML

.. automodule:: feincms3.plugins.html
   :members:


Images

.. automodule:: feincms3.plugins.image
   :members:


Rich text

.. automodule:: feincms3.plugins.richtext
   :members:


Snippets

.. automodule:: feincms3.plugins.snippet
   :members:


Deprecated plugins

Rich text support using django-ckeditor

.. automodule:: feincms3.plugins.old_richtext
   :members: