7 changed files with 2 additions and 56 deletions
@ -1,46 +0,0 @@
|
||||
""" |
||||
Abstract models for common content editor plugins. |
||||
|
||||
|
||||
admin.py |
||||
-------- |
||||
|
||||
ContentInlineBase |
||||
RichTextInlineBase |
||||
|
||||
RichTextarea |
||||
|
||||
|
||||
|
||||
fields.py |
||||
--------- |
||||
|
||||
TranslatableCleansedRichTextField |
||||
|
||||
|
||||
|
||||
plugins.py |
||||
---------- |
||||
|
||||
BasePlugin |
||||
StringRendererPlugin |
||||
RichTextBase |
||||
SectionBase |
||||
ImageBase |
||||
DownloadBase |
||||
FootnoteBase |
||||
|
||||
StyleMixin |
||||
RichTextFootnoteMixin |
||||
|
||||
|
||||
renderer.py |
||||
----------- |
||||
|
||||
PluginRenderer |
||||
|
||||
@register_with_renderer |
||||
|
||||
|
||||
|
||||
""" |
Loading…
Reference in new issue