Skip to content

Commit

Permalink
Merge pull request #432 from edwilde/patch-2
Browse files Browse the repository at this point in the history
DOC Update changelog for `.brf` support
  • Loading branch information
GuySartorelli committed Jan 7, 2024
2 parents 7cf3a9b + 52c71d7 commit fa82367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions en/04_Changelogs/5.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ This will now fail by throwing an exception, which means your form won't render
### Other new features

- A new [`SiteTree.hide_pagetypes`](api:SilverStripe\CMS\Model\SiteTree->hide_pagetypes) configuration property has been added. Unlike [`SiteTree.hide_ancestor`](api:SilverStripe\CMS\Model\SiteTree->hide_ancestor) (which has [now been deprecated](#api-silverstripe-cms)), this is an array. This allows you to define all page types that should be hidden in a single configuration property in your YAML configuration.
- You can now upload [Braille ASCII file format](https://en.wikipedia.org/wiki/Braille_ASCII) (`.brf`) files to the CMS without needing to modify the [allowed file types](/developer_guides/files/allowed_file_types/).

## API changes

Expand Down

0 comments on commit fa82367

Please sign in to comment.