Skip to content

Commit

Permalink
DOC Fix path to images from rc changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Mar 24, 2024
1 parent de27714 commit 0dc9ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/08_Changelogs/rc/5.2.0-rc1.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ Alongside this change, we've also added some more HTTP status codes to the list

Elemental content blocks now feature versioned status badges which adds a textual indicator of whether the block is in draft or a modified state. This textual label is in addition to the dot icon indicator that was already there. The new label is only provided if the [`Versioned`](api:SilverStripe\Versioned\Versioned) extension is used for elemental blocks, which it is by default.

![examples of the versioned labels](../_images/changelogs/5.2.0/elemental-badge.png)
![examples of the versioned labels](../../_images/changelogs/5.2.0/elemental-badge.png)

To improve consistency with the rest of the CMS interface, the blue dot icon (which previously indicated an unsaved state) has been removed.

Expand All @@ -350,7 +350,7 @@ This only applies to users created through the security section of the CMS. User

The files section of the CMS now has buttons to select and deselect all files and folders currently on the screen, which is useful when you want to perform bulk operations. These buttons show at the bottom of the screen in the bulk actions toolbar. The deselect all button also shows the number of currently selected items. As these buttons are on the bulk actions toolbar they are only visible if at least one item has been selected.

![select all functionality in the CMS](../_images/asset-admin-select-all.png)
![select all functionality in the CMS](../../_images/asset-admin-select-all.png)

### Support for validation using `symfony/validator` {#symfony-validator}

Expand Down

0 comments on commit 0dc9ad2

Please sign in to comment.