mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Add note about block Draftail entities in docs
This commit is contained in:
parent
cedfd2b1bc
commit
d86f48842d
@ -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 <https://github.com/springload/draftail>`_ documentation), but these are not detailed here since :ref:`StreamField <streamfield>` is the go-to way to create block-level rich text in Wagtail.
|
||||
|
Loading…
Reference in New Issue
Block a user