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.