From 452ea4d1fecc7af722764a71b4066b5525513ad2 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Tue, 30 Jan 2018 15:37:42 +0200 Subject: [PATCH] Reformat deprecation notice --- .../customisation/page_editing_interface.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/advanced_topics/customisation/page_editing_interface.rst b/docs/advanced_topics/customisation/page_editing_interface.rst index 8ab3749f3b..938aa8db84 100644 --- a/docs/advanced_topics/customisation/page_editing_interface.rst +++ b/docs/advanced_topics/customisation/page_editing_interface.rst @@ -98,8 +98,8 @@ This process for adding new features is described in the following sections. .. _extending_wysiwyg: -Extending the WYSIWYG Editor -++++++++++++++++++++++++++++ +Extending the WYSIWYG Editor (``Draftail``) ++++++++++++++++++++++++++++++++++++++++++++ Wagtail's rich text editor is built on `Draftail `_, and its functionality can be extended through plugins. @@ -109,8 +109,7 @@ Extending the WYSIWYG Editor (``hallo.js``) .. warning:: **As of Wagtail 2.0, the hallo.js editor is deprecated.** We have no intentions to remove it from Wagtail as of yet, but it will no longer receive bug fixes. Please be aware of the `known hallo.js issues `_ should you want to keep using it. -.. note:: - The customisations described here are only available on the hallo.js rich text editor used on Wagtail 1.x. To use hallo.js on Wagtail 2.x, add the following to your settings: + To use hallo.js on Wagtail 2.x, add the following to your settings: .. code-block:: python