Release notes for rich text features

pull/3754/head
Matt Westcott 2017-07-26 16:17:19 +01:00
rodzic 7c99cad62b
commit c1b9204615
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -13,6 +13,11 @@ Wagtail 1.12 is designated a Long Term Support (LTS) release. Long Term Support
What's new
==========
Configurable rich text features
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The feature set provided by the rich text editor can now be configured on a per-field basis, by passing a ``features`` keyword argument; for example, a field can be configured to allow bold / italic formatting and links, but not headings or embedded images or media. For further information, see :ref:`rich_text_features`. This feature was developed by Matt Westcott.
Improved embed configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -59,6 +64,12 @@ Old configuration settings for embeds are deprecated
The configuration settings ``WAGTAILEMBEDS_EMBED_FINDER`` and ``WAGTAILEMBEDS_EMBEDLY_KEY`` have been deprecated in favour of the new ``WAGTAILEMBEDS_FINDERS`` setting. Please see :ref:`configuring_embed_finders` for the new configuration to use.
Registering custom hallo.js plugins directly is deprecated
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The ability to enable / disable ``hallo.js`` plugins by calling ``registerHalloPlugin`` or modifying the ``halloPlugins`` list has been deprecated, and will be removed in Wagtail 1.14. The recommended way of customising the hallo.js editor is now through :ref:`rich text features <rich_text_features>`. For details of how to define a hallo.js plugin as a rich text feature, see :ref:`extending_wysiwyg`.
Custom ``get_admin_display_title`` methods should use ``draft_title``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~