From e1229c0aa2ce5e75e168c1f8bf7b2cda32f36877 Mon Sep 17 00:00:00 2001 From: OndraRehounek <ondra.rehounek@seznam.cz> Date: Fri, 12 Nov 2021 15:42:21 +0100 Subject: [PATCH] shared: Add image to RICH_TEXT_OPTION in ArticleMixin --- shared/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/models.py b/shared/models.py index 794148f4..3cdf86c2 100644 --- a/shared/models.py +++ b/shared/models.py @@ -41,6 +41,7 @@ class ArticleMixin(models.Model): "ul", "link", "document-link", + "image", ] ### FIELDS -- GitLab