diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c38ce488..63fd7b72f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ * Add `@apostrophecms/settings` translations. * Add the ability to have custom modals for batch operations. * Add the possibility to display utility operations inside a 3-dots menu on the page manager, the same way it is done for the docs manager. -* Move Pages Manager modal business logic to a mixin. Add `extraWidth` page tree option (number) to allow control over the tree cell width. +* Move Pages Manager modal business logic to a mixin. Add `column.extraWidth` option (number) for `AposTreeHeader.vue` to allow control over the tree cell width. ### Changes