From d86f48842d852b992b563a16775870e992905ae7 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Fri, 9 Feb 2018 12:09:20 +0200 Subject: [PATCH] Add note about block Draftail entities in docs --- docs/advanced_topics/customisation/extending_draftail.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/advanced_topics/customisation/extending_draftail.rst b/docs/advanced_topics/customisation/extending_draftail.rst index d03226c73..bc0d97747 100644 --- a/docs/advanced_topics/customisation/extending_draftail.rst +++ b/docs/advanced_topics/customisation/extending_draftail.rst @@ -330,3 +330,7 @@ To fully complete the demo, we can add a bit of JavaScript to the front-end in o elt.innerHTML = ''; elt.appendChild(link); }); + +---- + +Custom block entities can also be created (have a look at the separate `Draftail `_ documentation), but these are not detailed here since :ref:`StreamField ` is the go-to way to create block-level rich text in Wagtail.