mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-26 15:44:01 +00:00
Screenshots in 0.7 release notes
This commit is contained in:
parent
c19fef8669
commit
8b91757e58
4 changed files with 10 additions and 0 deletions
BIN
docs/_static/images/editor-management.png
vendored
Normal file
BIN
docs/_static/images/editor-management.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
BIN
docs/_static/images/focal-point-adjustment.jpg
vendored
Normal file
BIN
docs/_static/images/focal-point-adjustment.jpg
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
BIN
docs/_static/images/page-locking.png
vendored
Normal file
BIN
docs/_static/images/page-locking.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
|
|
@ -13,18 +13,28 @@ What's new
|
|||
New interface for choosing image focal point
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. figure:: ../_static/images/focal-point-adjustment.jpg
|
||||
:width: 332px
|
||||
:height: 353px
|
||||
|
||||
When editing images, users can now specify a 'focal point' region that cropped versions of the image will be centred on. Previously the focal point could only be set automatically, through image feature detection.
|
||||
|
||||
|
||||
Groups and Sites administration interfaces
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. figure:: ../_static/images/editor-management.png
|
||||
:width: 696px
|
||||
|
||||
The main navigation menu has been reorganised, placing site configuration options in a 'Settings' submenu. This includes two new items, which were previously only available through the Django admin backend: 'Groups', for setting up user groups with a specific set of permissions, and 'Sites', for managing the list of sites served by this Wagtail instance.
|
||||
|
||||
|
||||
Page locking
|
||||
~~~~~~~~~~~~
|
||||
|
||||
.. figure:: ../_static/images/page-locking.png
|
||||
:width: 696px
|
||||
|
||||
Moderators and administrators now have the ability to lock a page, preventing further edits from being made to that page until it is unlocked again.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue