For the full list of changes, check out the Webiny 5.43.2external link release on GitHub.

Advanced Content Organization (ACO)
anchor

Confirmation Dialog for Folder Drag & Drop (#4662external link)
anchor

A new confirmation dialog has been introduced when users move folders via drag-and-drop.

By enabling the new DropConfirmation configuration under the Browser.Folder namespace, users will now be prompted to confirm the action, helping prevent accidental folder moves.

This feature is available in the CMS, File Manager and Page Builder apps.

By default, the confirmation is disabled (false) and can be turned on by setting DropConfirmation to true in the relevant app config.

Confirm folder move: prompt appears before completing drag-and-drop.Confirm folder move: prompt appears before completing drag-and-drop.
(click to enlarge)

Folder Level Permissions (FLP)
anchor

Fixed Permission Check on Folder Move (#4662external link)
anchor

We’ve fixed a bug that allowed users to move folders into locations they didn’t have write access to.

Now, when attempting to drag and drop a folder, the system will check whether the user has sufficient permissions on the target folder.

If the user has only viewer-level access, the move will be blocked, ensuring proper permission enforcement.