mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-26 17:44:48 +00:00
Fix too short underline
This commit is contained in:
parent
1005d438bd
commit
2940ea9c9b
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@ If you're interested in extending the capabilities of the Wagtail WYSIWYG editor
|
|||
.. _extending_wysiwyg:
|
||||
|
||||
Extending the WYSIWYG Editor (``hallo.js``)
|
||||
---------------------------------------
|
||||
-------------------------------------------
|
||||
|
||||
To inject JavaScript into the Wagtail page editor, see the :ref:`insert_editor_js <insert_editor_js>` hook. Once you have the hook in place and your ``hallo.js`` plugin loads into the Wagtail page editor, use the following JavaScript to register the plugin with ``hallo.js``.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue