Release note and CHANGELOG for #7376

pull/7433/head
jacobtoppm 2021-08-11 17:56:02 +01:00
rodzic 7bf3f813ef
commit 1efbfd4994
3 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,7 @@ Changelog
2.15 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~
* Add the ability for the page chooser to convert external urls that match a page to internal links (Jacob Topp-Mugglestone. Sponsored by The Motley Fool)
* Added "Extending Wagtail" section to documentation (Matt Westcott)
* Support `min_num` / `max_num` options on ListBlock (Matt Westcott)
* Added a `background_position_style` property to renditions (Karl Hobley)

Wyświetl plik

@ -826,6 +826,8 @@ Customise the behaviour of rich text fields. By default, ``RichTextField`` and `
If a ``'default'`` editor is not specified, rich text fields that do not specify an ``editor`` argument will use the Draftail editor with the default feature set enabled.
.. _WAGTAILADMIN_EXTERNAL_LINK_CONVERSION:
``WAGTAILADMIN_EXTERNAL_LINK_CONVERSION``
-----------------------------------------

Wyświetl plik

@ -15,6 +15,8 @@ What's new
Other features
~~~~~~~~~~~~~~
* Add the ability for the page chooser to convert external urls that match a page to internal links, see :ref:`WAGTAILADMIN_EXTERNAL_LINK_CONVERSION` (Jacob Topp-Mugglestone. Sponsored by The Motley Fool)
* Added "Extending Wagtail" section to documentation (Matt Westcott)
* Added "Extending Wagtail" section to documentation (Matt Westcott)
* Support ``min_num`` / ``max_num`` options on ListBlock (Matt Westcott)
* Added a `background_position_style` property to renditions. This can be used to crop images using its focal point in the browser. See :ref:`rendition_background_position_style` (Karl Hobley)