mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-02 20:44:53 +00:00
Add note about block Draftail entities in docs
This commit is contained in:
parent
e16862fa51
commit
d7d603b3d8
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue